Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dview_data_wrap.h61 virtual void SetOtherAccount(bool isOtherAccount) {} in SetOtherAccount() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h240 void SetOtherAccount(bool isOtherAccount) override in SetOtherAccount() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp64 void SetOtherAccount(bool isOtherAccount) in SetOtherAccount() function in OHOS::Ace::NG::TextFieldPatternTestTwoViewDataWrap
1141 viewDataWrap->SetOtherAccount(true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4230 viewDataWrap->SetOtherAccount(viewDataCommon_.isOtherAccount); in DumpViewDataPageNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7187 viewDataWrap->SetOtherAccount(true); in OnBackPressed()