Home
last modified time | relevance | path

Searched refs:SetOnFocusTextField (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtext_field_manager.h46 void SetOnFocusTextField(const WeakPtr<RenderTextField>& onFocusTextField) in SetOnFocusTextField() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.h75 void SetOnFocusTextField(const WeakPtr<Pattern>& onFocusTextField) in SetOnFocusTextField() function
H A Dtext_field_pattern.cpp3772 textFieldManager->SetOnFocusTextField(WeakClaim(this)); in UpdateTextFieldManager()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_layout_test_ng.cpp109 textFieldManager->SetOnFocusTextField(textFieldPattern);
145 textFieldManager->SetOnFocusTextField(textFieldPattern);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1191 textFieldManager->SetOnFocusTextField(WeakClaim(this)); in RequestKeyboard()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp5399 isFocus ? textFieldManager->SetOnFocusTextField(WeakClaim(this)) in UpdateOnFocusTextField()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7719 textFieldManager->SetOnFocusTextField(WeakClaim(this)); in OnBackPressed()