Home
last modified time | relevance | path

Searched refs:IsAdsBlockEnabled (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp987 bool ArkWebNWebImpl::IsAdsBlockEnabled() in IsAdsBlockEnabled() function in OHOS::ArkWeb::ArkWebNWebImpl
989 return nweb_nweb_->IsAdsBlockEnabled(); in IsAdsBlockEnabled()
H A Dark_web_nweb_impl.h1105 bool IsAdsBlockEnabled() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1361 virtual bool IsAdsBlockEnabled() = 0;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h363 bool IsAdsBlockEnabled();
H A Dnapi_webview_controller.h354 static napi_value IsAdsBlockEnabled(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1803 bool WebviewController::IsAdsBlockEnabled() in IsAdsBlockEnabled() function in OHOS::NWeb::WebviewController
1808 enabled = nweb_ptr->IsAdsBlockEnabled(); in IsAdsBlockEnabled()
H A Dnapi_webview_controller.cpp629 DECLARE_NAPI_FUNCTION("isAdsBlockEnabled", NapiWebviewController::IsAdsBlockEnabled), in Init()
6078 napi_value NapiWebviewController::IsAdsBlockEnabled(napi_env env, napi_callback_info info) in IsAdsBlockEnabled() function in OHOS::NWeb::NapiWebviewController
6086 bool isAdsBlockEnabled = webviewController->IsAdsBlockEnabled(); in IsAdsBlockEnabled()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1148 bool ArkWebNWebWrapper::IsAdsBlockEnabled() in IsAdsBlockEnabled() function in OHOS::ArkWeb::ArkWebNWebWrapper
1150 return ark_web_nweb_->IsAdsBlockEnabled(); in IsAdsBlockEnabled()
H A Dark_web_nweb_wrapper.h1123 bool IsAdsBlockEnabled() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1293 virtual bool IsAdsBlockEnabled() in IsAdsBlockEnabled() function