Searched refs:JsCommandDomElementCreator (Results 1 – 3 of 3) sorted by relevance
211 class ACE_EXPORT JsCommandDomElementCreator : public JsCommandDomElementOperator {213 ~JsCommandDomElementCreator() override = default;216 JsCommandDomElementCreator(const std::string& tagName, NodeId nodeId) in JsCommandDomElementCreator() function233 class ACE_EXPORT JsCommandCreateDomBody final : public JsCommandDomElementCreator {235 …JsCommandCreateDomBody(const std::string& tagName, NodeId nodeId) : JsCommandDomElementCreator(tag… in JsCommandCreateDomBody()242 class ACE_EXPORT JsCommandCreateDomElement final : public JsCommandDomElementCreator {245 : JsCommandDomElementCreator(tagName, nodeId) {} in JsCommandCreateDomElement()251 class ACE_EXPORT JsCommandAddDomElement final : public JsCommandDomElementCreator {254 : JsCommandDomElementCreator(tagName, nodeId), parentNodeId_(parentNodeId) in JsCommandAddDomElement()264 class ACE_EXPORT JsCommandAppendElement final : public JsCommandDomElementCreator {[all …]
157 RefPtr<DOMNode> JsCommandDomElementCreator::CreateDomNode(const RefPtr<JsAcePage>& page, NodeId par… in CreateDomNode()234 RefPtr<DOMNode> JsCommandDomElementCreator::CreateDomElement(const RefPtr<JsAcePage>& page) const in CreateDomElement()289 void JsCommandDomElementCreator::MountDomNode( in MountDomNode()331 RefPtr<DOMProxy> JsCommandDomElementCreator::CreateDomProxy( in CreateDomProxy()353 void JsCommandDomElementCreator::ScheduleUpdateForFixedNode(const RefPtr<DOMDocument>& domDocument)… in ScheduleUpdateForFixedNode()
1694 RefPtr<Framework::JsCommandDomElementCreator> command; in CreateDomNode()