Searched defs:incognito_mode (Results 1 - 5 of 5) sorted by relevance
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_cookie_manager.h | 181 ReturnCookieWithHttpOnly( const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) ReturnCookieWithHttpOnly() argument 194 SetCookieWithHttpOnly( const std::string& url, const std::string& value, bool incognito_mode, bool includeHttpOnly) SetCookieWithHttpOnly() argument [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_web_storage_impl.cpp | 82 void ArkWebWebStorageImpl::DeleteAllData(bool incognito_mode) in DeleteAllData() argument
|
H A D | ark_web_cookie_manager_impl.cpp | 45 int ArkWebCookieManagerImpl::SetCookie(const ArkWebString& url, const ArkWebString& value, bool incognito_mode) in SetCookie() argument 63 bool ArkWebCookieManagerImpl::ExistCookies(bool incognito_mode) in ExistCookies() argument 78 ArkWebString ArkWebCookieManagerImpl::ReturnCookie(const ArkWebString& url, bool& is_valid, bool incognito_mode) in ReturnCookie() argument 117 void ArkWebCookieManagerImpl::DeleteCookieEntirely(ArkWebRefPtr<ArkWebBoolValueCallback> callback, bool incognito_mode) in DeleteCookieEntirely() argument 125 std::make_shared<ArkWebBoolValueCallbackWrapper>(callback), incognito_mode); in DeleteCookieEntirely() local
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_web_storage_wrapper.cpp | 104 void ArkWebWebStorageWrapper::DeleteAllData(bool incognito_mode) in DeleteAllData() argument
|
H A D | ark_web_cookie_manager_wrapper.cpp | 45 int ArkWebCookieManagerWrapper::SetCookie(const std::string& url, const std::string& value, bool incognito_mode) in SetCookie() argument 73 bool ArkWebCookieManagerWrapper::ExistCookies(bool incognito_mode) in ExistCookies() argument 88 std::string ArkWebCookieManagerWrapper::ReturnCookie(const std::string& url, bool& is_valid, bool incognito_mode) in ReturnCookie() argument 140 DeleteCookieEntirely( std::shared_ptr<OHOS::NWeb::NWebBoolValueCallback> callback, bool incognito_mode) DeleteCookieEntirely() argument 181 ReturnCookieWithHttpOnly( const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) ReturnCookieWithHttpOnly() argument 187 SetCookieWithHttpOnly( const std::string& url, const std::string& value, bool incognito_mode, bool includeHttpOnly) SetCookieWithHttpOnly() argument [all...] |
Completed in 3 milliseconds