Searched refs:DOMPopup (Results 1 – 3 of 3) sorted by relevance
29 DOMPopup::DOMPopup(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMPopup() function in OHOS::Ace::Framework::DOMPopup34 DOMPopup::~DOMPopup() in ~DOMPopup()39 void DOMPopup::InitializeStyle() in InitializeStyle()66 void DOMPopup::RemoveMarker() in RemoveMarker()71 void DOMPopup::ResetInitializedStyle() in ResetInitializedStyle()76 void DOMPopup::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()81 bool DOMPopup::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()138 bool DOMPopup::AddSpecializedEvent(int32_t pageId, const std::string& event) in AddSpecializedEvent()166 void DOMPopup::BindIdNode(const RefPtr<DOMNode>& idNode) in BindIdNode()194 void DOMPopup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded()[all …]
24 class DOMPopup final : public DOMNode {25 DECLARE_ACE_TYPE(DOMPopup, DOMNode);28 DOMPopup(NodeId nodeId, const std::string& nodeName);29 ~DOMPopup() override;
190 { DOM_NODE_TAG_POPUP, &DOMNodeCreator<DOMPopup> }, in CreateNodeWithId()415 auto popupNode = AceType::DynamicCast<DOMPopup>(targetNode); in HandleComponentPostBinding()