Home
last modified time | relevance | path

Searched defs:childComponent (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper_item.cpp111 const auto& childComponent = node->GetRootComponent(); in AddStepperItem() local
122 const auto& childComponent = node->GetRootComponent(); in RemoveStepperItem() local
H A Ddom_list_item_group.cpp137 const auto& childComponent = child->GetRootComponent(); in OnChildNodeAdded() local
145 const auto& childComponent = child->GetRootComponent(); in OnChildNodeRemoved() local
H A Ddom_list_item.cpp240 const auto& childComponent = node->GetRootComponent(); in AddListItem() local
250 const auto& childComponent = node->GetRootComponent(); in RemoveListItem() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.cpp178 auto childComponent = compose->GetChild(); in CanUpdate() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp79 auto childComponent = searchComponent->GetChild(); in SetPlaceholderColor() local
101 auto childComponent = searchComponent->GetChild(); in SetPlaceholderFont() local
135 auto childComponent = searchComponent->GetChild(); in SetTextFont() local
166 auto childComponent in SetTextAlign() local
197 auto childComponent = searchComponent->GetChild(); SetHeight() local
209 auto childComponent = searchComponent->GetChild(); SetBackBorder() local
252 auto childComponent = component->GetChild(); SetOnCopy() local
264 auto childComponent = component->GetChild(); SetOnCut() local
276 auto childComponent = component->GetChild(); SetOnPaste() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp735 void CameraElement::UpdateChildInner(const RefPtr<Component>& childComponent) in UpdateChildInner() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp461 auto childComponent = AceType::DynamicCast<ComposedComponent>(component)->GetChild(); in Pop() local
493 auto childComponent = AceType::DynamicCast<ComposedComponent>(component)->GetChild(); in GetNewComponent() local
753 auto childComponent = AceType::DynamicCast<ComposedComponent>(component)->GetChild(); in FinishReturnMain() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp597 auto childComponent = lazyForEachComponent_->GetChildByIndex(item.first); variable
1103 const auto& childComponent = *itComponentStart; variable
1119 const auto& childComponent = *(--itComponentEnd); variable
1139 const auto& childComponent = *(itComponentStart++); variable
1163 const auto& childComponent = *(itComponentEnd++); global() variable
1200 const auto& childComponent = *itComponentStart; UpdateForPartialUpdate() local
1216 const auto& childComponent = *(--itComponentEnd); UpdateForPartialUpdate() local
1236 const auto& childComponent = *(itComponentStart++); UpdateForPartialUpdate() local
1260 const auto& childComponent = *(itComponentEnd++); UpdateForPartialUpdate() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp1150 void VideoElement::UpdateChildInner(const RefPtr<Component>& childComponent) in UpdateChildInner() argument

Completed in 10 milliseconds