Home
last modified time | relevance | path

Searched refs:SetCookie (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dcookie_manager_ctocpp.h42 bool SetCookie(const CefString& url,
Dcookie_manager_ctocpp.cc92 bool CefCookieManagerCToCpp::SetCookie( in SetCookie() function in CefCookieManagerCToCpp
/third_party/cef/include/
Dcef_cookie.h97 virtual bool SetCookie(const CefString& url,
/third_party/cef/libcef/browser/net_service/
Dcookie_manager_impl.h33 bool SetCookie(const CefString& url,
Dcookie_manager_impl.cc178 bool CefCookieManagerImpl::SetCookie(const CefString& url, in SetCookie() function in CefCookieManagerImpl
/third_party/cef/libcef_dll/cpptoc/
Dcookie_manager_cpptoc.cc116 bool _retval = CefCookieManagerCppToC::Get(self)->SetCookie( in cookie_manager_set_cookie()
/third_party/cef/tests/ceftests/
Dcookie_unittest.cc133 EXPECT_TRUE(manager->SetCookie( in SetCookies()
Durlrequest_unittest.cc407 EXPECT_TRUE(request_context->GetCookieManager(nullptr)->SetCookie( in SetTestCookie()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch17967 - LOG(WARNING) << "SetCookie failed with reason: "
18091 @@ -179,9 +187,9 @@ bool CefCookieManagerImpl::SetCookie(const CefString& url,
18103 @@ -195,6 +203,7 @@ bool CefCookieManagerImpl::SetCookie(const CefString& url,
18289 + LOG(WARNING) << "SetCookie failed with reason: "
32319 bool CefCookieManagerCToCpp::SetCookie(
32329 @@ -115,10 +216,9 @@ bool CefCookieManagerCToCpp::SetCookie(
54156 + virtual void SetCookie(const std::string &url,
54166 + virtual int SetCookie(const std::string &url,
57844 +void NWebCookieManagerDelegate::SetCookie(
57860 + if (!cookie_manager->SetCookie(CefString(url), cef_cookie,
[all …]
D0004-3.2-Beta5.patch18045 bool CefCookieManagerCToCpp::SetCookie(
18055 @@ -216,9 +218,11 @@ bool CefCookieManagerCToCpp::SetCookie(