/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_cookie_manager.cpp | 24 std::string WebCookieManager::CjGetCookie(const std::string &url, bool incognitoMode, int32_t& errC… in CjGetCookie() 40 …WebCookieManager::CjSetCookie(const std::string& url, const std::string& value, bool incognitoMode) in CjSetCookie() 86 bool WebCookieManager::CjExistCookie(bool incognitoMode) in CjExistCookie() 96 void WebCookieManager::CjDeleteEntireCookie(bool incognitoMode) in CjDeleteEntireCookie()
|
H A D | webview_ffi.cpp | 296 … const char* FfiOHOSCookieMgrFetchCookieSync(const char *url, bool incognitoMode, int32_t* errCode) in FfiOHOSCookieMgrFetchCookieSync() 304 int32_t FfiOHOSCookieMgrConfigCookieSync(const char* url, const char* value, bool incognitoMode) in FfiOHOSCookieMgrConfigCookieSync() 331 bool FfiOHOSCookieMgrExistCookie(bool incognitoMode) in FfiOHOSCookieMgrExistCookie() 336 void FfiOHOSCookieMgrClearAllCookiesSync(bool incognitoMode) in FfiOHOSCookieMgrClearAllCookiesSync() 575 bool incognitoMode = nativeWebviewCtl->IsIncognitoMode(); in FfiOHOSWebviewCtlIsIncognitoMode() local
|
H A D | webview_controller_impl.cpp | 509 bool incognitoMode = false; in IsIncognitoMode() local
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_cookie_manager.h | 211 … const std::string& url, bool incognitoMode, std::shared_ptr<NWebStringValueCallback> callback) in GetCookieAsync() 224 const std::string& url, const std::string& value, bool incognitoMode, bool includeHttpOnly) in SetCookieSync() 238 … virtual void SetCookieAsync(const std::string& url, const std::string& value, bool incognitoMode, in SetCookieAsync()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webdatabase/ |
H A D | napi_geolocation_permission.cpp | 47 bool incognitoMode; member 52 bool incognitoMode; member 145 bool incognitoMode = false; in ProcessActionByType() local 192 bool incognitoMode = false; in JsDeleteAllGeolocation() local 280 napi_value *argv, const std::string& origin, bool incognitoMode) in GetPermissionStateAsync() 309 const std::string& origin, bool incognitoMode) in GetPermissionStatePromise() 357 bool incognitoMode = false; in JsGetAccessibleGeolocation() local 475 bool incognitoMode) in GetOriginsAsync() 500 bool incognitoMode) in GetOriginsPromise() 539 bool incognitoMode = false; in JsGetStoredGeolocation() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_cookie_manager_impl.cpp | 159 const ArkWebString& url, bool incognitoMode, ArkWebRefPtr<ArkWebStringValueCallback> callback) in GetCookieAsync() 171 const ArkWebString& url, const ArkWebString& value, bool incognitoMode, bool includeHttpOnly) in SetCookieSync() 177 …ManagerImpl::SetCookieAsync(const ArkWebString& url, const ArkWebString& value, bool incognitoMode, in SetCookieAsync()
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_enhance_surface_adapter.cpp | 46 … std::shared_ptr<NWebEngineInitArgs> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in GetCreateInfo()
|
H A D | nweb_surface_adapter.cpp | 55 … std::shared_ptr<NWebEngineInitArgs> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in GetCreateInfo()
|
H A D | nweb_helper.cpp | 1027 …::shared_ptr<NWebEngineInitArgsImpl> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in CreateNWeb() 1060 …::shared_ptr<NWebEngineInitArgsImpl> initArgs, uint32_t width, uint32_t height, bool incognitoMode) in CreateNWeb()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_cookie_manager_wrapper.cpp | 194 …const std::string& url, bool incognitoMode, std::shared_ptr<OHOS::NWeb::NWebStringValueCallback> c… in GetCookieAsync() 208 const std::string& url, const std::string& value, bool incognitoMode, bool includeHttpOnly) in SetCookieSync() 220 …anagerWrapper::SetCookieAsync(const std::string& url, const std::string& value, bool incognitoMode, in SetCookieAsync()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/ |
H A D | napi_web_cookie_manager.cpp | 139 … FetchCookieAsyncPromise(napi_env env, napi_deferred deferred, std::string url, bool incognitoMode) in FetchCookieAsyncPromise() 176 bool incognitoMode = false; in JsFetchCookieAsync() local 228 bool incognitoMode = false; in JsGetCookie() local 279 bool incognitoMode = false; in JsSetCookie() local 326 napi_env env, std::string url, std::string value, bool incognitoMode, bool includeHttpOnly) in ConfigCookieAsyncPromise() 394 bool incognitoMode = false; in JsConfigCookieAsync() local 515 bool incognitoMode = false; in JsExistCookie() local 613 bool incognitoMode = false; in JsDeleteEntireCookie() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | web_model_impl.cpp | 23 RenderMode /* renderMode */, bool incognitoMode, const std::string& sharedRenderProcessToken) in Create() 39 RenderMode /* renderMode */, bool incognitoMode, const std::string& sharedRenderProcessToken) in Create()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webstorage/ |
H A D | napi_web_storage.cpp | 68 bool incognitoMode = false; in JsDeleteAllData() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 61 bool incognitoMode, const std::string& sharedRenderProcessToken) in WebPattern() 67 bool incognitoMode, const std::string& sharedRenderProcessToken) in WebPattern()
|
H A D | web_pattern.h | 219 void SetIncognitoMode(bool incognitoMode) in SetIncognitoMode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_model_ng.cpp | 35 bool incognitoMode, const std::string& sharedRenderProcessToken) in Create() 65 RenderMode renderMode, bool incognitoMode, const std::string& sharedRenderProcessToken) in Create()
|
H A D | web_pattern.h | 317 void SetIncognitoMode(bool incognitoMode) in SetIncognitoMode()
|
H A D | web_pattern.cpp | 369 bool incognitoMode, const std::string& sharedRenderProcessToken) in WebPattern() 377 bool incognitoMode, const std::string& sharedRenderProcessToken) in WebPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.h | 72 void SetIncognitoMode(const bool incognitoMode) in SetIncognitoMode()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 1454 bool incognitoMode = false; in IsIncognitoMode() local
|
H A D | napi_webview_controller.cpp | 3742 bool incognitoMode = false; in IsIncognitoMode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 1565 bool incognitoMode) in SetCookie() 1583 void WebDelegate::DeleteEntirelyCookie(bool incognitoMode) in DeleteEntirelyCookie()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 2338 bool incognitoMode = false; in Create() local
|