Home
last modified time | relevance | path

Searched defs:createWithLabel (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/framework/src/
DLegacyWrapper.ts26 createWithLabel: ((arg: string) => void) | undefined property in LegacyComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
Dbutton_model_static.cpp417 void ButtonModelStatic::SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel) in SetCreateWithLabel()
Dbutton_model_ng.cpp995 void ButtonModelNG::SetCreateWithLabel(bool createWithLabel) in SetCreateWithLabel()
1010 void ButtonModelNG::SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel) in SetCreateWithLabel()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dbutton_modifier.cpp726 void SetCreateWithLabel(ArkUINodeHandle node, bool createWithLabel) in SetCreateWithLabel()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_button_bridge.cpp88 bool createWithLabel = false; in SetCreateWithLabel() local