Home
last modified time | relevance | path

Searched refs:childrenNodeName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_config_helper.h41 xmlNodePtr GetChildrenNode(xmlNodePtr NodePtr, const std::string &childrenNodeName);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp191 …lNodePtr NWebConfigHelper::GetChildrenNode(xmlNodePtr NodePtr, const std::string &childrenNodeName) in GetChildrenNode() argument
193 WVLOG_D("GetChildrenNode:(%{public}s)", childrenNodeName.c_str()); in GetChildrenNode()
199 … if (!xmlStrcmp(curNodePtr->name, reinterpret_cast<const xmlChar*>(childrenNodeName.c_str()))) { in GetChildrenNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp870 const std::string childrenNodeName = "nodeChildren"; variable
874 …auto nodeChildren = FrameNode::CreateFrameNode(childrenNodeName, 30, AceType::MakeRefPtr<Pattern>(…
886 nodeChildren->UpdateInspectorId(childrenNodeName);
892 auto finalResult = FrameNode::FindChildByName(nodeParent, childrenNodeName);
899 auto noHaveResult = FrameNode::FindChildByName(nodeParent, childrenNodeName);