Searched refs:DOMNodeCreator (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_document.cpp | 111 RefPtr<DOMNode> DOMNodeCreator(NodeId nodeId, const std::string& tag, int32_t) in DOMNodeCreator() function 132 { DOM_NODE_TAG_ANIMATE, &DOMNodeCreator<DOMSvgAnimate> }, in CreateNodeWithId() 133 { DOM_NODE_TAG_ANIMATE_MOTION, &DOMNodeCreator<DOMSvgAnimateMotion> }, in CreateNodeWithId() 134 { DOM_NODE_TAG_ANIMATE_TRANSFORM, &DOMNodeCreator<DOMSvgAnimateTransform> }, in CreateNodeWithId() 135 { DOM_NODE_TAG_BADGE, &DOMNodeCreator<DOMBadge> }, in CreateNodeWithId() 136 { DOM_NODE_TAG_BUTTON, &DOMNodeCreator<DOMButton> }, in CreateNodeWithId() 137 { DOM_NODE_TAG_CALENDAR, &DOMNodeCreator<DomCalendar> }, in CreateNodeWithId() 140 { DOM_NODE_TAG_CAMERA, &DOMNodeCreator<DOMCamera> }, in CreateNodeWithId() 143 { DOM_NODE_TAG_CANVAS, &DOMNodeCreator<DOMCanvas> }, in CreateNodeWithId() 144 { DOM_NODE_TAG_CHART, &DOMNodeCreator<DOMChar in CreateNodeWithId() [all...] |
Completed in 1 milliseconds