Home
last modified time | relevance | path

Searched refs:SetCreateWithLabel (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h57 void SetCreateWithLabel(bool createWithLabel) override;
87 static void SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel);
H A Dbutton_model.h57 virtual void SetCreateWithLabel(bool isLabelButton) {} in SetCreateWithLabel() function
H A Dbutton_model_ng.cpp617 void ButtonModelNG::SetCreateWithLabel(bool createWithLabel) in SetCreateWithLabel() function in OHOS::Ace::NG::ButtonModelNG
622 void ButtonModelNG::SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel) in SetCreateWithLabel() function in OHOS::Ace::NG::ButtonModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp631 void SetCreateWithLabel(ArkUINodeHandle node, bool createWithLabel) in SetCreateWithLabel() function
635 ButtonModelNG::SetCreateWithLabel(frameNode, createWithLabel); in SetCreateWithLabel()
649 SetButtonOptions, ResetButtonOptions, SetCreateWithLabel }; in GetButtonModifier()
663 SetButtonOptions, ResetButtonOptions, SetCreateWithLabel }; in GetCJUIButtonModifier()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_extend_test_ng.cpp177 buttonModelNG.SetCreateWithLabel(AceType::RawPtr(buttonNode), true);
198 buttonModelNGEx.SetCreateWithLabel(AceType::RawPtr(buttonNodeEx), true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.h24 static ArkUINativeModuleValue SetCreateWithLabel(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_button_bridge.cpp81 ArkUINativeModuleValue ButtonBridge::SetCreateWithLabel(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCreateWithLabel() function in OHOS::Ace::NG::ButtonBridge
H A Darkts_native_api_impl_bridge.cpp3121 panda::FunctionRef::New(const_cast<panda::EcmaVM *>(vm), ButtonBridge::SetCreateWithLabel)); in RegisterButtonAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp377 ButtonModel::GetInstance()->SetCreateWithLabel(true); in CreateWithLabel()
388 ButtonModel::GetInstance()->SetCreateWithLabel(false); in CreateWithChild()