Home
last modified time | relevance | path

Searched refs:SetTabStop (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h281 static void SetTabStop(bool tabStop);
549 static void SetTabStop(FrameNode* frameNode, bool tabStop);
H A Dview_abstract_model_ng.h1164 void SetTabStop(bool tabStop) override in SetTabStop() function
1166 ViewAbstract::SetTabStop(tabStop); in SetTabStop()
H A Dview_abstract_model.h326 virtual void SetTabStop(bool tabStop) {} in SetTabStop() function
H A Dview_abstract.cpp1193 void ViewAbstract::SetTabStop(bool tabStop) in SetTabStop() function in OHOS::Ace::NG::ViewAbstract
1199 focusHub->SetTabStop(tabStop); in SetTabStop()
3329 void ViewAbstract::SetTabStop(FrameNode* frameNode, bool tabStop) in SetTabStop() function in OHOS::Ace::NG::ViewAbstract
3334 focusHub->SetTabStop(tabStop); in SetTabStop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.h147 static ArkUINativeModuleValue SetTabStop(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.cpp3851 ArkUINativeModuleValue CommonBridge::SetTabStop(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTabStop() function in OHOS::Ace::NG::CommonBridge
H A Darkts_native_api_impl_bridge.cpp671 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetTabStop)); in GetArkUINativeModule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h570 void SetTabStop(bool tabStop) in SetTabStop() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6229 void SetTabStop(ArkUINodeHandle node, ArkUI_Bool tabstop) in SetTabStop() function
6233 ViewAbstract::SetTabStop(frameNode, tabstop); in SetTabStop()
6241 ViewAbstract::SetTabStop(frameNode, tabstop); in ResetTabStop()
6326 SetBlendModeByBlender, SetTabStop, ResetTabStop, GetTabStop}; in GetCommonModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp7346 ViewAbstractModel::GetInstance()->SetTabStop(false); in JsTabStop()
7349 ViewAbstractModel::GetInstance()->SetTabStop(info[0]->ToBoolean()); in JsTabStop()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp3751 int32_t SetTabStop(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetTabStop() function
12799 SetTabStop in SetCommonAttribute()