Searched refs:CreateProxyNodeWithId (Results 1 – 3 of 3) sorted by relevance
45 RefPtr<DOMProxy> CreateProxyNodeWithId(const std::string& tag, NodeId nodeId);
289 RefPtr<DOMProxy> DOMDocument::CreateProxyNodeWithId(const std::string& tag, NodeId nodeId) in CreateProxyNodeWithId() function in OHOS::Ace::Framework::DOMDocument
342 auto proxy = domDocument->CreateProxyNodeWithId(tagName_, nodeId_); in CreateDomProxy()