Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h958 virtual bool IsIncognitoMode() = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h186 bool IsIncognitoMode();
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h293 bool IsIncognitoMode() const;
H A Dnapi_webview_controller.h265 static napi_value IsIncognitoMode(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1452 bool WebviewController::IsIncognitoMode() const in IsIncognitoMode() function in OHOS::NWeb::WebviewController
1457 incognitoMode = nweb_ptr->IsIncognitoMode(); in IsIncognitoMode()
H A Dnapi_webview_controller.cpp588 DECLARE_NAPI_FUNCTION("isIncognitoMode", NapiWebviewController::IsIncognitoMode), in Init()
3736 napi_value NapiWebviewController::IsIncognitoMode(napi_env env, napi_callback_info info) in IsIncognitoMode() function in OHOS::NWeb::NapiWebviewController
3745 incognitoMode = webviewController->IsIncognitoMode(); in IsIncognitoMode()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h822 bool IsIncognitoMode() override;
H A Dark_web_nweb_impl.cpp763 bool ArkWebNWebImpl::IsIncognitoMode() in IsIncognitoMode() function in OHOS::ArkWeb::ArkWebNWebImpl
765 return nweb_nweb_->IsIncognitoMode(); in IsIncognitoMode()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp676 bool WebviewControllerImpl::IsIncognitoMode() in IsIncognitoMode() function in OHOS::Webview::WebviewControllerImpl
681 incognitoMode = nweb_ptr->IsIncognitoMode(); in IsIncognitoMode()
H A Dwebview_ffi.cpp757 bool incognitoMode = nativeWebviewCtl->IsIncognitoMode(); in FfiOHOSWebviewCtlIsIncognitoMode()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp895 bool ArkWebNWebWrapper::IsIncognitoMode() in IsIncognitoMode() function in OHOS::ArkWeb::ArkWebNWebWrapper
897 return ark_web_nweb_->IsIncognitoMode(); in IsIncognitoMode()
H A Dark_web_nweb_wrapper.h833 bool IsIncognitoMode() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1046 virtual bool IsIncognitoMode() = 0;

Completed in 33 milliseconds