Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_helper.h46 static void TryPreReadLib(bool isFirstTimeStartUpWeb, const std::string& bundlePath);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp588 void NWebHelper::TryPreReadLib(bool isFirstTimeStartUpWeb, const std::string& bundlePath) in TryPreReadLib() argument
590 g_isFirstTimeStartUp = isFirstTimeStartUpWeb; in TryPreReadLib()
591 if (isFirstTimeStartUpWeb) { in TryPreReadLib()