/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.cpp | 26 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 D | button_model_impl.cpp | 104 …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 D | button_model_impl.h | 33 …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 D | button_model.h | 38 …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 D | button_model_ng.h | 43 …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 D | button_model_ng.cpp | 188 …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 D | counter_component.cpp | 96 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 D | popup_component_v2.cpp | 142 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 D | button_test_ng.cpp | 241 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 D | button_content_modifier_test_ng.cpp | 213 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 D | button_extend_test_ng.cpp | 213 std::list<RefPtr<Component>> buttonChildren; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 66 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 D | side_bar_pattern_test_ng.cpp | 358 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 D | dom_button_util.cpp | 58 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 D | js_button.cpp | 369 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 D | dom_button.cpp | 62 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 D | dialog_component.cpp | 790 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 D | side_bar_container_pattern.cpp | 343 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 D | water_flow_test_ng.cpp | 160 std::list<RefPtr<Component>> buttonChildren; in CreateFocusableWaterFlowItems() local 161 buttonModelNG.CreateWithLabel({ .label = "label" }, buttonChildren); in CreateFocusableWaterFlowItems()
|