Searched refs:CreateNodeWithId (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_document.h | 43 RefPtr<DOMNode> CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIndex = -1);
|
H A D | dom_document.cpp | 130 RefPtr<DOMNode> DOMDocument::CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIn… in CreateNodeWithId() function in OHOS::Ace::Framework::DOMDocument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.cpp | 180 auto node = domDocument->CreateNodeWithId(tagName, nodeId_, itemIndex_); in CreateDomNode() 244 auto node = domDocument->CreateNodeWithId(tagName, nodeId_, -1); in CreateDomElement()
|
/ohos5.0/foundation/arkui/ace_engine/ |
H A D | 如何新增一个组件.md | 250 RefPtr<DOMNode> DOMDocument::CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIn…
|