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 D | button_model_ng.h | 57 void SetCreateWithLabel(bool createWithLabel) override; 87 static void SetCreateWithLabel(FrameNode* frameNode, bool createWithLabel);
|
H A D | button_model.h | 57 virtual void SetCreateWithLabel(bool isLabelButton) {} in SetCreateWithLabel() function
|
H A D | button_model_ng.cpp | 617 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 D | button_modifier.cpp | 631 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 D | button_extend_test_ng.cpp | 177 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 D | arkts_native_button_bridge.h | 24 static ArkUINativeModuleValue SetCreateWithLabel(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_button_bridge.cpp | 81 ArkUINativeModuleValue ButtonBridge::SetCreateWithLabel(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetCreateWithLabel() function in OHOS::Ace::NG::ButtonBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3121 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 D | js_button.cpp | 377 ButtonModel::GetInstance()->SetCreateWithLabel(true); in CreateWithLabel() 388 ButtonModel::GetInstance()->SetCreateWithLabel(false); in CreateWithChild()
|