Home
last modified time | relevance | path

Searched refs:JsCommandDomElementCreator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h211 class ACE_EXPORT JsCommandDomElementCreator : public JsCommandDomElementOperator {
213 ~JsCommandDomElementCreator() override = default;
216 JsCommandDomElementCreator(const std::string& tagName, NodeId nodeId) in JsCommandDomElementCreator() function
233 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 …]
H A Djs_command.cpp157 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp1694 RefPtr<Framework::JsCommandDomElementCreator> command; in CreateDomNode()