Home
last modified time | relevance | path

Searched refs:SetAutoFocusState (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp205 void ButtonComponent::SetAutoFocusState(bool state) in SetAutoFocusState() function in OHOS::Ace::ButtonComponent
207 declaration_->SetAutoFocusState(state); in SetAutoFocusState()
H A Dbutton_component.h84 void SetAutoFocusState(bool state);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp113 component->SetAutoFocusState(StringToBool(attr.second)); in SetChildAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h344 void SetAutoFocusState(bool state) in SetAutoFocusState() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp172 firstButton->SetAutoFocusState(true); in BuildToolBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp394 button->SetAutoFocusState(isAutoFocus); in BuildButton()