Home
last modified time | relevance | path

Searched refs:GetChildrenNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp191 xmlNodePtr NWebConfigHelper::GetChildrenNode(xmlNodePtr NodePtr, const std::string &childrenNodeNam… in GetChildrenNode() function in OHOS::NWeb::NWebConfigHelper
250 xmlNodePtr initNodePtr = GetChildrenNode(rootPtr, INIT_CONFIG); in ParseWebConfigXml()
259 xmlNodePtr deleteNodePtr = GetChildrenNode(rootPtr, DELETE_CONFIG); in ParseWebConfigXml()
266 xmlNodePtr perfNodePtr = GetChildrenNode(rootPtr, PERFORMANCE_CONFIG); in ParseWebConfigXml()
270 xmlNodePtr adapterNodePtr = GetChildrenNode(rootPtr, BASE_WEB_CONFIG); in ParseWebConfigXml()
277 … xmlNodePtr ltpoConfigNodePtr = GetChildrenNode(rootPtr, WEB_ANIMATION_DYNAMIC_SETTING_CONFIG); in ParseWebConfigXml()
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_config_helper.h41 xmlNodePtr GetChildrenNode(xmlNodePtr NodePtr, const std::string &childrenNodeName);