Home
last modified time | relevance | path

Searched refs:CreateNodeWithId (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.h43 RefPtr<DOMNode> CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIndex = -1);
H A Ddom_document.cpp129 RefPtr<DOMNode> DOMDocument::CreateNodeWithId(const std::string& tag, NodeId nodeId, int32_t itemIndex) in CreateNodeWithId() function in OHOS::Ace::Framework::DOMDocument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp180 auto node = domDocument->CreateNodeWithId(tagName, nodeId_, itemIndex_); in CreateDomNode()
244 auto node = domDocument->CreateNodeWithId(tagName, nodeId_, -1); in CreateDomElement()

Completed in 2 milliseconds