Home
last modified time | relevance | path

Searched refs:IsSafeBrowsingEnabled (Results 1 - 13 of 13) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1006 virtual bool IsSafeBrowsingEnabled() = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h182 bool IsSafeBrowsingEnabled();
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h291 bool IsSafeBrowsingEnabled() const;
H A Dnapi_webview_controller.h92 static napi_value IsSafeBrowsingEnabled(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp834 bool WebviewController::IsSafeBrowsingEnabled() const in IsSafeBrowsingEnabled() function in OHOS::NWeb::WebviewController
839 isSafeBrowsingEnabled = nweb_ptr->IsSafeBrowsingEnabled(); in IsSafeBrowsingEnabled()
H A Dnapi_webview_controller.cpp586 DECLARE_NAPI_FUNCTION("isSafeBrowsingEnabled", NapiWebviewController::IsSafeBrowsingEnabled), in Init()
1041 napi_value NapiWebviewController::IsSafeBrowsingEnabled(napi_env env, napi_callback_info info) in IsSafeBrowsingEnabled() function in OHOS::NWeb::NapiWebviewController
1043 WVLOG_D("IsSafeBrowsingEnabled start"); in IsSafeBrowsingEnabled()
1050 bool isSafeBrowsingEnabled = webviewController->IsSafeBrowsingEnabled(); in IsSafeBrowsingEnabled()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h863 bool IsSafeBrowsingEnabled() override;
H A Dark_web_nweb_impl.cpp798 bool ArkWebNWebImpl::IsSafeBrowsingEnabled() in IsSafeBrowsingEnabled() function in OHOS::ArkWeb::ArkWebNWebImpl
800 return nweb_nweb_->IsSafeBrowsingEnabled(); in IsSafeBrowsingEnabled()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp636 bool WebviewControllerImpl::IsSafeBrowsingEnabled() in IsSafeBrowsingEnabled() function in OHOS::Webview::WebviewControllerImpl
641 is_safe_browsing_enabled = nweb_ptr->IsSafeBrowsingEnabled(); in IsSafeBrowsingEnabled()
H A Dwebview_ffi.cpp733 bool isSafeBrowsingEnabled = nativeWebviewCtl->IsSafeBrowsingEnabled(); in FfiOHOSWebviewCtlIsSafeBrowsingEnabled()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp939 bool ArkWebNWebWrapper::IsSafeBrowsingEnabled() in IsSafeBrowsingEnabled() function in OHOS::ArkWeb::ArkWebNWebWrapper
941 return ark_web_nweb_->IsSafeBrowsingEnabled(); in IsSafeBrowsingEnabled()
H A Dark_web_nweb_wrapper.h875 bool IsSafeBrowsingEnabled() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1084 virtual bool IsSafeBrowsingEnabled() = 0;

Completed in 37 milliseconds