/ohos5.0/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
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A 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()
|
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()
|
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<ButtonComp… in SetChildStyle()
|
H A D | dom_checkbox_util.cpp | 42 auto boxComponent = node.GetBoxComponent(); in CreateComponentAndSetChildAttr() local
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_textarea.cpp | 44 auto boxComponent = GetBoxComponent(); in InitializeStyle() local 317 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in PrepareSpecializedComponent() local 341 RefPtr<BoxComponent> boxComponent = GetBoxComponent(); in UpdateDecoration() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | search_model_impl.cpp | 284 void SearchModelImpl::InitializeDefaultValue(const RefPtr<BoxComponent>& boxComponent, in InitializeDefaultValue() 340 void SearchModelImpl::UpdateDecorationStyle(const RefPtr<BoxComponent>& boxComponent, in UpdateDecorationStyle() 392 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in InitializeComponent() local 436 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in PrepareSpecializedComponent() local
|
H A 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 525 void TextFieldModelImpl::UpdateDecoration(const RefPtr<BoxComponent>& boxComponent, in UpdateDecoration()
|
H A 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 808 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in SetGeometryTransition() local 870 auto boxComponent = stack->GetBoxComponent(); in SetLinearGradient() local 890 auto boxComponent = stack->GetBoxComponent(); in SetSweepGradient() local [all …]
|
H A D | rating_model_impl.cpp | 41 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
|
H A D | form_model_impl.cpp | 31 auto boxComponent = ViewStackProcessor::GetInstance()->GetBoxComponent(); in Create() local
|
/ohos5.0/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_circle.cpp | 66 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
|
H A D | svg_ellipse.cpp | 67 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_polygon.cpp | 72 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_svg.cpp | 87 auto boxComponent = CreateBoxComponent(layoutParam, declaration->GetClipPathHref()); in CreateRender() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | view_stack_processor.cpp | 198 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<OHOS::Ace::BoxComponent>(); in GetBoxComponent() local 207 auto boxComponent = AceType::DynamicCast<BoxComponent>(wrappingComponentsMap["box"]); in GetBoxComponent() local 213 RefPtr<BoxComponent> boxComponent = AceType::MakeRefPtr<OHOS::Ace::BoxComponent>(); in GetBoxComponent() local 617 auto boxComponent = AceType::DynamicCast<BoxComponent>(wrappingComponentsMap["box"]); in WrapComponents() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_collapsing_navigation_bar.cpp | 56 auto boxComponent = AceType::DynamicCast<BoxComponent>(titleComposed->GetChild()); in Update() local 78 auto boxComponent = AceType::DynamicCast<BoxComponent>(subtitleComposed->GetChild()); in Update() local
|