Searched refs:JsCommandAddDomElement (Results 1 – 4 of 4) sorted by relevance
251 class ACE_EXPORT JsCommandAddDomElement final : public JsCommandDomElementCreator {253 JsCommandAddDomElement(const std::string& tagName, NodeId nodeId, NodeId parentNodeId) in JsCommandAddDomElement() function256 ~JsCommandAddDomElement() override = default;
423 void JsCommandAddDomElement::Execute(const RefPtr<JsAcePage>& page) const in Execute()
1698 command = Referenced::MakeRefPtr<Framework::JsCommandAddDomElement>(type, nodeId, parentId); in CreateDomNode()
1926 … auto command = Referenced::MakeRefPtr<JsCommandAddDomElement>(tag.c_str(), nodeId, parentNodeId); in JsDomAddElement()