Home
last modified time | relevance | path

Searched refs:GetOtherAccount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dview_data_wrap.h62 virtual bool GetOtherAccount() const = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h245 bool GetOtherAccount() const override in GetOtherAccount() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp68 bool GetOtherAccount() const in GetOtherAccount() function in OHOS::Ace::NG::TextFieldPatternTestTwoViewDataWrap
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4264 auto otherAccount = viewDataWrap->GetOtherAccount(); in NotifyFillRequestSuccess()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7230 bool formOtherAccount = (viewDataWrap->GetOtherAccount() && IsTriggerAutoFillPassword()); in OnBackPressed()