Home
last modified time | relevance | path

Searched refs:ParseJsLengthStringToInt (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/test/unittest/napi_common_test/
Dnapi_parse_utils_unittest.cpp73 TEST_F(NapiParseUtilsTest, ParseJsLengthStringToInt) in TEST_F() argument
78 g_utils->ParseJsLengthStringToInt(input, type, value); in TEST_F()
/base/web/webview/interfaces/kits/napi/common/
Dnapi_parse_utils.h59 static bool ParseJsLengthStringToInt(const std::string& input, PixelUnit& type, int32_t& value);
Dnapi_parse_utils.cpp466 bool NapiParseUtils::ParseJsLengthStringToInt(const std::string &input, PixelUnit &type, int32_t &v… in ParseJsLengthStringToInt() function in OHOS::NWeb::NapiParseUtils
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp1824 return NapiParseUtils::ParseJsLengthStringToInt(resourceString, type, result); in ParseJsLengthResourceToInt()
1856 if (!NapiParseUtils::ParseJsLengthStringToInt(nativeString, type, result)) { in ParseJsLengthToInt()