Home
last modified time | relevance | path

Searched defs:loadingTime (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/interfaces/native/
Dnative_interface_arkweb.h91 int32_t loadingTime; member
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1974 …l int32_t GetBlanklessInfoWithKey(const std::string& key, double* similarity, int32_t* loadingTime) in GetBlanklessInfoWithKey()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.cpp1459 …WebImpl::GetBlanklessInfoWithKey(const ArkWebString& key, double* similarity, int32_t* loadingTime) in GetBlanklessInfoWithKey()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.cpp1713 …bWrapper::GetBlanklessInfoWithKey(const std::string& key, double* similarity, int32_t* loadingTime) in GetBlanklessInfoWithKey()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp2540 …ntroller::GetBlanklessInfoWithKey(const std::string& key, double* similarity, int32_t* loadingTime) in GetBlanklessInfoWithKey()
Dnapi_webview_controller.cpp565 …pi_value CreateBlanklessInfo(napi_env env, int32_t errCode, double similarity, int32_t loadingTime) in CreateBlanklessInfo()
7238 int32_t loadingTime = 0; in GetBlanklessInfoWithKey() local