Home
last modified time | relevance | path

Searched defs:SetCookie (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_cookie_manager_impl.cpp45 int ArkWebCookieManagerImpl::SetCookie(const ArkWebString& url, const ArkWebString& value, bool inc… in SetCookie() function in OHOS::ArkWeb::ArkWebCookieManagerImpl
51 void ArkWebCookieManagerImpl::SetCookie( in SetCookie() function in OHOS::ArkWeb::ArkWebCookieManagerImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_cookie_manager_wrapper.cpp45 int ArkWebCookieManagerWrapper::SetCookie(const std::string& url, const std::string& value, bool in… in SetCookie() function in OHOS::ArkWeb::ArkWebCookieManagerWrapper
57 void ArkWebCookieManagerWrapper::SetCookie( in SetCookie() function in OHOS::ArkWeb::ArkWebCookieManagerWrapper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h178 bool SetCookie(const std::string& url, const std::string& value) in SetCookie() function
622 bool SetCookie(const std::string& url, const std::string& value) in SetCookie() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp159 void SetCookie(const JSCallbackInfo& args) in SetCookie() function in OHOS::Ace::Framework::JSWebCookie
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1563 bool WebDelegate::SetCookie(const std::string& url, in SetCookie() function in OHOS::Ace::WebDelegate