/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_element.cpp | 25 const RefPtr<BoxComponent> boxComponent = AceType::DynamicCast<BoxComponent>(component); in PerformBuild() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | popup_list_component.cpp | 34 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<BoxComponent>(); in BuildBackground() local
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_line.cpp | 64 auto boxComponent = CreateBoxComponent(layoutParam, component_->GetDeclaration()->GetClipPathHref()); in CreateRender() local
|
H A D | svg_ellipse.cpp | 67 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
H A D | svg_circle.cpp | 66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
H A D | svg_svg.cpp | 87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
H A D | svg_rect.cpp | 66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
H A D | svg_use.cpp | 87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
H A D | svg_g.cpp | 78 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
H A D | svg_polygon.cpp | 72 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
H A D | svg_path.cpp | 70 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
H A D | svg_node.cpp | 99 auto boxComponent = AceType::MakeRefPtr<BoxComponent>(); in CreateBoxComponent() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_checkbox_util.cpp | 42 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
|
H A D | dom_textfield_util.cpp | 34 void DOMTextFieldUtil::InitDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitDefaultValue() argument 114 RefPtr<TextFieldComponent> DOMTextFieldUtil::CreateComponentAndSetChildAttr(const RefPtr<BoxComponent>& boxComponent, in CreateComponentAndSetChildAttr() argument 133 SetChildAttr(const RefPtr<TextFieldComponent>& component, const RefPtr<BoxComponent>& boxComponent, const std::string& type, const std::map<std::string, std::string>& attrs) SetChildAttr() argument 205 SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const std::map<std::string, std::string>& styles, const Border& boxBorder, const DOMInput& node) SetChildStyle() argument 328 UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const Border& boxBorder, bool hasBoxRadius) UpdateDecorationStyle() argument [all...] |
H A D | dom_button_util.cpp | 71 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local 134 void DOMButtonUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<ButtonComponent>& component, in SetChildStyle() argument [all...] |
H A D | dom_radio_util.cpp | 66 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local 121 void DOMRadioUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, in SetChildStyle() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | rating_model_impl.cpp | 39 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
|
H A D | form_model_impl.cpp | 27 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
|
H A D | gesture_model_impl.cpp | 55 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Finish() local
|
H A D | search_model_impl.cpp | 283 void SearchModelImpl::InitializeDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitializeDefaultValue() argument 339 void SearchModelImpl::UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, in UpdateDecorationStyle() argument 391 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitializeComponent() local 435 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); PrepareSpecializedComponent() local [all...] |
H A D | text_field_model_impl.cpp | 48 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in CreateTextInput() local 63 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitTextAreaDefaultStyle() local 134 auto boxComponent in CreateTextArea() local 152 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); InitTextInputDefaultStyle() local 515 UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const Border& boxBorder, const OHOS::Ace::RefPtr<OHOS::Ace::TextFieldTheme>& textFieldTheme) UpdateDecoration() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_animator_element.cpp | 103 auto boxComponent = DynamicCast<BoxComponent>(childComponent_); in PerformBuild() local 161 auto boxComponent = AceType::MakeRefPtr<BoxComponent>(); in BuildChild() local 243 auto boxComponent = DynamicCast<BoxComponent>(childComponent_); in PlayImageAnimator() local 275 UpdateChild(GetFirstChild(), boxComponent); PlayImageAnimator() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_element.cpp | 397 auto boxComponent = component->GetBoxComponent(); in SetBackgroundColor() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | gesture.cpp | 63 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Finish() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_textarea.cpp | 44 auto boxComponent = GetBoxComponent(); in InitializeStyle() local 323 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in PrepareSpecializedComponent() local 347 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); UpdateDecoration() local [all...] |