Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
Dbutton_model_ng.cpp630 void ButtonModelNG::SetCreateWithLabel(bool createWithLabel) in SetCreateWithLabel()
635 void ButtonModelNG::SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel) in SetCreateWithLabel()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dbutton_modifier.cpp632 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