| /foundation/arkui/ace_engine/frameworks/core/components/box/ |
| 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/ |
| D | popup_list_component.cpp | 34 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<BoxComponent>(); in BuildBackground() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
| D | dom_textfield_util.cpp | 34 void DOMTextFieldUtil::InitDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitDefaultValue() 114 …mponent> DOMTextFieldUtil::CreateComponentAndSetChildAttr(const RefPtr<BoxComponent>& boxComponent, in CreateComponentAndSetChildAttr() 134 …const RefPtr<BoxComponent>& boxComponent, const std::string& type, const std::map<std::string, std… in SetChildAttr() 205 void DOMTextFieldUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, in SetChildStyle() 328 void DOMTextFieldUtil::UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, in UpdateDecorationStyle()
|
| D | dom_radio_util.cpp | 69 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local 124 void DOMRadioUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, in SetChildStyle()
|
| D | dom_button_util.cpp | 71 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local 134 void DOMButtonUtil::SetChildStyle(const RefPtr<BoxComponent>& boxComponent, const RefPtr<ButtonComp… in SetChildStyle()
|
| D | dom_checkbox_util.cpp | 42 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/image/ |
| D | image_animator_element.cpp | 106 auto boxComponent = DynamicCast<BoxComponent>(childComponent_); in PerformBuild() local 164 auto boxComponent = AceType::MakeRefPtr<BoxComponent>(); in BuildChild() local 246 auto boxComponent = DynamicCast<BoxComponent>(childComponent_); in PlayImageAnimator() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | search_model_impl.cpp | 283 void SearchModelImpl::InitializeDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitializeDefaultValue() 339 void SearchModelImpl::UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, in UpdateDecorationStyle() 391 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitializeComponent() local 435 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in PrepareSpecializedComponent() local
|
| D | text_field_model_impl.cpp | 58 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in CreateTextInput() local 73 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitTextAreaDefaultStyle() local 144 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in CreateTextArea() local 162 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitTextInputDefaultStyle() local 521 void TextFieldModelImpl::UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, in UpdateDecoration()
|
| D | view_abstract_model_impl.cpp | 269 auto boxComponent = stack->GetBoxComponent(); in SetBackgroundColor() local 421 auto boxComponent = stack->GetBoxComponent(); in SetBorderRadius() local 452 auto boxComponent = stack->GetBoxComponent(); in SetBorderColor() local 483 auto boxComponent = stack->GetBoxComponent(); in SetBorderWidth() local 512 auto boxComponent = stack->GetBoxComponent(); in SetBorderStyle() local 524 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetBorderImage() local 583 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetAspectRatio() local 807 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetGeometryTransition() local 869 auto boxComponent = stack->GetBoxComponent(); in SetLinearGradient() local 889 auto boxComponent = stack->GetBoxComponent(); in SetSweepGradient() local [all …]
|
| D | rating_model_impl.cpp | 41 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
|
| D | form_model_impl.cpp | 30 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_textarea.cpp | 46 auto boxComponent = GetBoxComponent(); in InitializeStyle() local 325 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in PrepareSpecializedComponent() local 349 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in UpdateDecoration() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
| D | svg_line.cpp | 64 …auto boxComponent = CreateBoxComponent(layoutParam, component_->GetDeclaration()->GetClipPathHref(… in CreateRender() local
|
| D | svg_path.cpp | 70 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
| D | svg_circle.cpp | 66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
| D | svg_node.cpp | 102 auto boxComponent = AceType::MakeRefPtr<BoxComponent>(); in CreateBoxComponent() local
|
| D | svg_rect.cpp | 66 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
| D | svg_use.cpp | 87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
| D | svg_ellipse.cpp | 68 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
| D | svg_polygon.cpp | 72 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
| D | svg_g.cpp | 78 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
| D | svg_svg.cpp | 87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| D | view_stack_processor.cpp | 197 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<OHOS::Ace::BoxComponent>(); in GetBoxComponent() local 206 auto boxComponent = AceType::DynamicCast<BoxComponent>(wrappingComponentsMap["box"]); in GetBoxComponent() local 212 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<OHOS::Ace::BoxComponent>(); in GetBoxComponent() local 616 auto boxComponent = AceType::DynamicCast<BoxComponent>(wrappingComponentsMap["box"]); in WrapComponents() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
| D | render_collapsing_navigation_bar.cpp | 57 auto boxComponent = AceType::DynamicCast<BoxComponent>(titleComposed->GetChild()); in Update() local 79 auto boxComponent = AceType::DynamicCast<BoxComponent>(subtitleComposed->GetChild()); in Update() local
|