Searched refs:safeGetPropAsInt (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/web/webview/test/unittest/nweb_config_helper_test/ |
H A D | nweb_config_helper_test.cpp | 372 int result = NWebConfigHelper::Instance().safeGetPropAsInt(root_element, 385 …int result = NWebConfigHelper::Instance().safeGetPropAsInt(root_element, BAD_CAST "test_prop", 10); 399 …int result = NWebConfigHelper::Instance().safeGetPropAsInt(root_element, BAD_CAST "test_prop", def…
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_config_helper.cpp | 308 … setting.min_ = safeGetPropAsInt(curDynamicNodePtr, BAD_CAST(XML_ATTR_MIN), defaultValue); in ParseNWebLTPOConfig() 309 … setting.max_ = safeGetPropAsInt(curDynamicNodePtr, BAD_CAST(XML_ATTR_MAX), defaultValue); in ParseNWebLTPOConfig() 310 …setting.preferredFrameRate_ = safeGetPropAsInt(curDynamicNodePtr, BAD_CAST(XML_ATTR_FPS), defaultV… in ParseNWebLTPOConfig() 413 int NWebConfigHelper::safeGetPropAsInt(xmlNode* node, const xmlChar* propName, int defaultValue) in safeGetPropAsInt() function in OHOS::NWeb::NWebConfigHelper
|
/ohos5.0/base/web/webview/ohos_nweb/include/ |
H A D | nweb_config_helper.h | 34 int safeGetPropAsInt(xmlNode* node, const xmlChar* propName, int defaultValue);
|