Home
last modified time | relevance | path

Searched refs:tagName_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp175 std::string tagName = tagName_; in CreateDomNode()
176 if (parentNode && parentNode->HasSvgTag() && tagName_ == DOM_NODE_TAG_TEXT) { in CreateDomNode()
190 // supplement: set svg tag by parentNode.hasSvgTag_ or tagName_ in CreateDomNode()
243 std::string tagName = tagName_; in CreateDomElement()
300 if (tagName_ == DOM_NODE_TAG_NAVIGATION_BAR) { in MountDomNode()
342 auto proxy = domDocument->CreateProxyNodeWithId(tagName_, nodeId_); in CreateDomProxy()
385 if (tagName_ == DOM_NODE_TAG_OPTION) { in Execute()
397 auto accessibilityNode = accessibilityManager->CreateAccessibilityNode(tagName_, nodeId_, -1, itemIndex_); in Execute()
438 if (tagName_ == DOM_NODE_TAG_CANVAS) { in Execute()
443 if (tagName_ in Execute()
[all...]
H A Djs_command.h217 : JsCommandDomElementOperator(nodeId), tagName_(tagName) in JsCommandDomElementCreator()
229 std::string tagName_; member in OHOS::Ace::Framework::JsCommandDomElementCreator

Completed in 2 milliseconds