Searched refs:PopupComponent (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_component.h | 66 class PopupComponent : public ComposedComponent { 67 DECLARE_ACE_TYPE(PopupComponent, ComposedComponent); 70 PopupComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PopupComponent() function 76 PopupComponent(const ComposeId& id, const std::string& name) : ComposedComponent(id, name) in PopupComponent() function 81 ~PopupComponent() override = default;
|
H A D | popup_component_v2.h | 25 class ACE_EXPORT PopupComponentV2 : public PopupComponent { 26 DECLARE_ACE_TYPE(PopupComponentV2, PopupComponent); 30 : PopupComponent(id, name, child) {} in PopupComponentV2() 31 PopupComponentV2(const ComposeId& id, const std::string& name) : PopupComponent(id, name) {} in PopupComponentV2()
|
H A D | popup_element.h | 41 RefPtr<PopupComponent> GetPopupComponent() const in GetPopupComponent() 55 RefPtr<PopupComponent> popup_;
|
H A D | popup_component.cpp | 22 RefPtr<Element> PopupComponent::CreateElement() in CreateElement()
|
H A D | popup_element.cpp | 29 RefPtr<PopupComponent> popupComponent = AceType::DynamicCast<PopupComponent>(component_); in PerformBuild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_popup.cpp | 31 popupChild_ = AceType::MakeRefPtr<PopupComponent>(std::to_string(nodeId), nodeName); in DOMPopup() 151 auto popup = AceType::DynamicCast<PopupComponent>(popupChild_); in CallSpecializedMethod() 180 …clickMarker_, [weakChild = WeakPtr<PopupComponent>(popupChild_), weakNode = WeakPtr<DOMNode>(idNod… in BindIdNode()
|
H A D | dom_popup.h | 59 RefPtr<PopupComponent> popupChild_;
|
H A D | dom_document.cpp | 414 } else if (AceType::InstanceOf<PopupComponent>(component)) { in HandleComponentPostBinding()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/ |
H A D | popup.js | 196 …let y29 = new PopupComponent(typeof PUV2ViewBase !== "undefined" && s29 instanceof PUV2ViewBase ? … 234 export class PopupComponent extends ViewPU { class
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/source/ |
H A D | popup.ets | 198 PopupComponent({ 210 export struct PopupComponent {
|