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 D | ark_web_cookie_manager_impl.cpp | 177 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 D | ark_web_cookie_manager_impl.h | 193 …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 D | ark_web_cookie_manager_wrapper.cpp | 220 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 D | ark_web_cookie_manager_wrapper.h | 218 …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 D | ark_web_cookie_manager.h | 235 …virtual void SetCookieAsync(const ArkWebString& url, const ArkWebString& value, bool incognitoMode,
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_cookie_manager.h | 238 … 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 D | napi_web_cookie_manager.cpp | 321 cookieManager->SetCookieAsync(url, value, false, false, callbackImpl); in ConfigCookieAsyncCallback() 340 cookieManager->SetCookieAsync(url, value, incognitoMode, includeHttpOnly, callbackImpl); in ConfigCookieAsyncPromise()
|