/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_cookie_manager_impl.cpp | 45 …okieManagerImpl::SetCookie(const ArkWebString& url, const ArkWebString& value, bool incognito_mode) in SetCookie() argument 48 ArkWebStringStructToClass(url), ArkWebStringStructToClass(value), incognito_mode); in SetCookie() 63 bool ArkWebCookieManagerImpl::ExistCookies(bool incognito_mode) in ExistCookies() argument 65 return nweb_cookie_manager_->ExistCookies(incognito_mode); in ExistCookies() 78 …ArkWebCookieManagerImpl::ReturnCookie(const ArkWebString& url, bool& is_valid, bool incognito_mode) in ReturnCookie() argument 81 … nweb_cookie_manager_->ReturnCookie(ArkWebStringStructToClass(url), is_valid, incognito_mode)); in ReturnCookie() 117 …agerImpl::DeleteCookieEntirely(ArkWebRefPtr<ArkWebBoolValueCallback> callback, bool incognito_mode) in DeleteCookieEntirely() argument 120 nweb_cookie_manager_->DeleteCookieEntirely(nullptr, incognito_mode); in DeleteCookieEntirely() 125 std::make_shared<ArkWebBoolValueCallbackWrapper>(callback), incognito_mode); in DeleteCookieEntirely()
|
H A D | ark_web_cookie_manager_impl.h | 59 int SetCookie(const ArkWebString& url, const ArkWebString& value, bool incognito_mode) override; 80 bool ExistCookies(bool incognito_mode) override; 98 … ArkWebString ReturnCookie(const ArkWebString& url, bool& is_valid, bool incognito_mode) override; 136 …void DeleteCookieEntirely(ArkWebRefPtr<ArkWebBoolValueCallback> callback, bool incognito_mode) ove…
|
H A D | ark_web_web_storage_impl.cpp | 82 void ArkWebWebStorageImpl::DeleteAllData(bool incognito_mode) in DeleteAllData() argument 84 nweb_web_storage_->DeleteAllData(incognito_mode); in DeleteAllData()
|
H A D | ark_web_web_storage_impl.h | 46 void DeleteAllData(bool incognito_mode) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_cookie_manager_wrapper.cpp | 45 …kieManagerWrapper::SetCookie(const std::string& url, const std::string& value, bool incognito_mode) in SetCookie() argument 50 int code = ark_web_cookie_manager_->SetCookie(stUrl, stValue, incognito_mode); in SetCookie() 73 bool ArkWebCookieManagerWrapper::ExistCookies(bool incognito_mode) in ExistCookies() argument 75 return ark_web_cookie_manager_->ExistCookies(incognito_mode); in ExistCookies() 88 …kWebCookieManagerWrapper::ReturnCookie(const std::string& url, bool& is_valid, bool incognito_mode) in ReturnCookie() argument 92 ArkWebString stCookie = ark_web_cookie_manager_->ReturnCookie(stUrl, is_valid, incognito_mode); in ReturnCookie() 141 std::shared_ptr<OHOS::NWeb::NWebBoolValueCallback> callback, bool incognito_mode) in DeleteCookieEntirely() argument 144 ark_web_cookie_manager_->DeleteCookieEntirely(nullptr, incognito_mode); in DeleteCookieEntirely() 148 …b_cookie_manager_->DeleteCookieEntirely(new ArkWebBoolValueCallbackImpl(callback), incognito_mode); in DeleteCookieEntirely() 182 const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) in ReturnCookieWithHttpOnly() argument [all …]
|
H A D | ark_web_cookie_manager_wrapper.h | 57 int SetCookie(const std::string& url, const std::string& value, bool incognito_mode) override; 78 bool ExistCookies(bool incognito_mode) override; 96 std::string ReturnCookie(const std::string& url, bool& is_valid, bool incognito_mode) override; 135 std::shared_ptr<OHOS::NWeb::NWebBoolValueCallback> callback, bool incognito_mode) override; 197 const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) override; 210 …const std::string& url, const std::string& value, bool incognito_mode, bool includeHttpOnly) overr…
|
H A D | ark_web_web_storage_wrapper.cpp | 104 void ArkWebWebStorageWrapper::DeleteAllData(bool incognito_mode) in DeleteAllData() argument 106 ark_web_web_storage_->DeleteAllData(incognito_mode); in DeleteAllData()
|
H A D | ark_web_web_storage_wrapper.h | 46 void DeleteAllData(bool incognito_mode) override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_cookie_manager.h | 93 … virtual std::string ReturnCookie(const std::string& url, bool& is_valid, bool incognito_mode) = 0; 113 … virtual int SetCookie(const std::string& url, const std::string& value, bool incognito_mode) = 0; 128 virtual bool ExistCookies(bool incognito_mode) = 0; 159 …oid DeleteCookieEntirely(std::shared_ptr<NWebBoolValueCallback> callback, bool incognito_mode) = 0; 182 const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) in ReturnCookieWithHttpOnly() argument 198 const std::string& url, const std::string& value, bool incognito_mode, bool includeHttpOnly) in SetCookieWithHttpOnly() argument
|
H A D | nweb_web_storage.h | 35 virtual void DeleteAllData(bool incognito_mode) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_cookie_manager.h | 59 …virtual int SetCookie(const ArkWebString& url, const ArkWebString& value, bool incognito_mode) = 0; 82 virtual bool ExistCookies(bool incognito_mode) = 0; 102 …virtual ArkWebString ReturnCookie(const ArkWebString& url, bool& is_valid, bool incognito_mode) = … 144 …void DeleteCookieEntirely(ArkWebRefPtr<ArkWebBoolValueCallback> callback, bool incognito_mode) = 0;
|
H A D | ark_web_web_storage.h | 52 virtual void DeleteAllData(bool incognito_mode) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 1072 bool incognito_mode); 1073 std::string GetCookie(const std::string& url, bool incognito_mode) const; 1074 void DeleteEntirelyCookie(bool incognito_mode);
|