Home
last modified time | relevance | path

Searched refs:SetCookieAsync (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_cookie_manager_impl.cpp177 void ArkWebCookieManagerImpl::SetCookieAsync(const ArkWebString& url, const ArkWebString& value, bo… in SetCookieAsync() function in OHOS::ArkWeb::ArkWebCookieManagerImpl
181 nweb_cookie_manager_->SetCookieAsync( in SetCookieAsync()
186 …nweb_cookie_manager_->SetCookieAsync(ArkWebStringStructToClass(url), ArkWebStringStructToClass(val… in SetCookieAsync()
H A Dark_web_cookie_manager_impl.h193 …void SetCookieAsync(const ArkWebString& url, const ArkWebString& value, bool incognitoMode, bool i…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_cookie_manager_wrapper.cpp220 void ArkWebCookieManagerWrapper::SetCookieAsync(const std::string& url, const std::string& value, b… in SetCookieAsync() function in OHOS::ArkWeb::ArkWebCookieManagerWrapper
227 … ark_web_cookie_manager_->SetCookieAsync(stUrl, stValue, incognitoMode, includeHttpOnly, nullptr); in SetCookieAsync()
229 ark_web_cookie_manager_->SetCookieAsync( in SetCookieAsync()
H A Dark_web_cookie_manager_wrapper.h218 …void SetCookieAsync(const std::string& url, const std::string& value, bool incognitoMode, bool inc…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_cookie_manager.h235 …virtual void SetCookieAsync(const ArkWebString& url, const ArkWebString& value, bool incognitoMode,
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_cookie_manager.h238 … virtual void SetCookieAsync(const std::string& url, const std::string& value, bool incognitoMode, in SetCookieAsync() function
/ohos5.0/base/web/webview/interfaces/kits/napi/webcookiemanager/
H A Dnapi_web_cookie_manager.cpp321 cookieManager->SetCookieAsync(url, value, false, false, callbackImpl); in ConfigCookieAsyncCallback()
340 cookieManager->SetCookieAsync(url, value, incognitoMode, includeHttpOnly, callbackImpl); in ConfigCookieAsyncPromise()