Home
last modified time | relevance | path

Searched refs:buttonChildren (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp26 std::list<RefPtr<Component>> buttonChildren; in BuildIconButton() local
27 buttonChildren.emplace_back(icon.image); in BuildIconButton()
28 auto button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildIconButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp104 …odelImpl::CreateWithLabel(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) in CreateWithLabel() argument
120 buttonChildren.emplace_back(padding); in CreateWithLabel()
124 …d ButtonModelImpl::Create(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) in Create() argument
126 auto buttonComponent = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in Create()
147 std::list<RefPtr<Component>> buttonChildren; in CreateWithChild() local
148 auto buttonComponent = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in CreateWithChild()
H A Dbutton_model_impl.h33 …void CreateWithLabel(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) ove…
34 void Create(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model.h38 …void CreateWithLabel(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) = 0;
39 … virtual void Create(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) = 0;
H A Dbutton_model_ng.h43 …void CreateWithLabel(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) ove…
44 void Create(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) override;
H A Dbutton_model_ng.cpp188 …nModelNG::CreateWithLabel(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren) in CreateWithLabel() argument
263 void ButtonModelNG::Create(const CreateWithPara& para, std::list<RefPtr<Component>>& buttonChildren in Create() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp96 std::list<RefPtr<Component>> buttonChildren; in BuildControl() local
99 buttonChildren.emplace_back(textComponent); in BuildControl()
100 button = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildControl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp142 std::list<RefPtr<Component>> buttonChildren; in CreateButton() local
143 buttonChildren.emplace_back(SetPadding(text, buttonTheme->GetPadding())); in CreateButton()
144 auto buttonComponent = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in CreateButton()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_test_ng.cpp241 std::list<RefPtr<Component>> buttonChildren; in CreateLabelButtonParagraph() local
244 buttonModelNG.CreateWithLabel(createWithPara, buttonChildren); in CreateLabelButtonParagraph()
321 std::list<RefPtr<Component>> buttonChildren; in CreateLabelButtonParagraphForLableStyle() local
322 buttonModelNG.CreateWithLabel(createWithPara, buttonChildren); in CreateLabelButtonParagraphForLableStyle()
396 std::list<RefPtr<Component>> buttonChildren; variable
1095 std::list<RefPtr<Component>> buttonChildren; variable
1391 std::list<RefPtr<Component>> buttonChildren; variable
1526 std::list<RefPtr<Component>> buttonChildren; variable
1551 std::list<RefPtr<Component>> buttonChildren; variable
1578 std::list<RefPtr<Component>> buttonChildren; variable
[all …]
H A Dbutton_content_modifier_test_ng.cpp213 std::list<RefPtr<Component>> buttonChildren; in CreateLabelButtonParagraph() local
216 buttonModelNG.CreateWithLabel(createWithPara, buttonChildren); in CreateLabelButtonParagraph()
293 std::list<RefPtr<Component>> buttonChildren; in CreateLabelButtonParagraphForLableStyle() local
294 buttonModelNG.CreateWithLabel(createWithPara, buttonChildren); in CreateLabelButtonParagraphForLableStyle()
H A Dbutton_extend_test_ng.cpp213 std::list<RefPtr<Component>> buttonChildren; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp66 std::list<RefPtr<Component>> buttonChildren; in Build() local
67 buttonChildren.emplace_back(padding); in Build()
68 auto buttonComponent = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in Build()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp358 auto buttonChildren = buttonFrameNode->GetChildren(); variable
359 ASSERT_FALSE(buttonChildren.empty());
360 auto imgFrameNode = AceType::DynamicCast<FrameNode>(buttonChildren.front());
937 auto buttonChildren = buttonFrameNode->GetChildren(); variable
938 ASSERT_FALSE(buttonChildren.empty());
939 auto imgFrameNode = AceType::DynamicCast<FrameNode>(buttonChildren.front());
1298 auto buttonChildren = buttonFrameNode->GetChildren(); variable
1299 ASSERT_FALSE(buttonChildren.empty());
1300 auto imgFrameNode = AceType::DynamicCast<FrameNode>(buttonChildren.front());
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp58 std::list<RefPtr<Component>> buttonChildren; in CreateComponentAndSetChildAttr() local
59 RefPtr<ButtonComponent> component = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in CreateComponentAndSetChildAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp369 std::list<RefPtr<Component>> buttonChildren; in CreateWithLabel() local
371 ButtonModel::GetInstance()->CreateWithLabel(para, buttonChildren); in CreateWithLabel()
372 ButtonModel::GetInstance()->Create(para, buttonChildren); in CreateWithLabel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp62 std::list<RefPtr<Component>> buttonChildren; in DOMButton() local
63 buttonChild_ = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in DOMButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp790 std::list<RefPtr<Component>> buttonChildren; in BuildButtonsForWatch() local
791 buttonChildren.emplace_back(buttonPadding); in BuildButtonsForWatch()
792 auto buttonComponent = AceType::MakeRefPtr<ButtonComponent>(buttonChildren); in BuildButtonsForWatch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp343 auto buttonChildren = controlButtonNode->GetChildren(); in GetControlImageNode() local
344 if (buttonChildren.empty()) { in GetControlImageNode()
348 auto imageNode = buttonChildren.front(); in GetControlImageNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_test_ng.cpp160 std::list<RefPtr<Component>> buttonChildren; in CreateFocusableWaterFlowItems() local
161 buttonModelNG.CreateWithLabel({ .label = "label" }, buttonChildren); in CreateFocusableWaterFlowItems()