Searched refs:SetPathAllowingUniversalAccess (Results 1 - 10 of 10) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1344 virtual void SetPathAllowingUniversalAccess(const ArkWebStringVector& dirs,
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 381 void SetPathAllowingUniversalAccess(const std::vector<std::string>& pathList,
|
H A D | napi_webview_controller.h | 364 static napi_value SetPathAllowingUniversalAccess(napi_env env, napi_callback_info info);
|
H A D | webview_controller.cpp | 1984 void WebviewController::SetPathAllowingUniversalAccess( in SetPathAllowingUniversalAccess() function in OHOS::NWeb::WebviewController 1999 nweb_ptr->SetPathAllowingUniversalAccess(pathList, moduleName_, errorPath); in SetPathAllowingUniversalAccess()
|
H A D | napi_webview_controller.cpp | 634 NapiWebviewController::SetPathAllowingUniversalAccess), in Init() 6383 napi_value NapiWebviewController::SetPathAllowingUniversalAccess( in SetPathAllowingUniversalAccess() function in OHOS::NapiWebviewController 6394 WVLOG_E("SetPathAllowingUniversalAccess init webview controller error."); in SetPathAllowingUniversalAccess() 6424 webviewController->SetPathAllowingUniversalAccess(pathList, errorPath); in SetPathAllowingUniversalAccess()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.h | 1180 void SetPathAllowingUniversalAccess(const ArkWebStringVector& dirs,
|
H A D | ark_web_nweb_impl.cpp | 1055 void ArkWebNWebImpl::SetPathAllowingUniversalAccess(const ArkWebStringVector& dirs, in SetPathAllowingUniversalAccess() function in OHOS::ArkWeb::ArkWebNWebImpl 1060 nweb_nweb_->SetPathAllowingUniversalAccess(ArkWebStringVectorStructToClass(dirs), in SetPathAllowingUniversalAccess()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 1230 void ArkWebNWebWrapper::SetPathAllowingUniversalAccess( in SetPathAllowingUniversalAccess() function in OHOS::ArkWeb::ArkWebNWebWrapper 1239 ark_web_nweb_->SetPathAllowingUniversalAccess(stDirs, stModuleName, stErrorPath); in SetPathAllowingUniversalAccess()
|
H A D | ark_web_nweb_wrapper.h | 1193 void SetPathAllowingUniversalAccess(const std::vector<std::string>& dirs,
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1383 virtual void SetPathAllowingUniversalAccess(const std::vector<std::string>& dirList, in SetPathAllowingUniversalAccess() function in OHOS::NWeb::PrecompileError::NWeb
|
Completed in 26 milliseconds