Searched refs:SetCookie (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | cookie_manager_ctocpp.h | 42 bool SetCookie(const CefString& url,
|
D | cookie_manager_ctocpp.cc | 92 bool CefCookieManagerCToCpp::SetCookie( in SetCookie() function in CefCookieManagerCToCpp
|
/third_party/cef/include/ |
D | cef_cookie.h | 97 virtual bool SetCookie(const CefString& url,
|
/third_party/cef/libcef/browser/net_service/ |
D | cookie_manager_impl.h | 33 bool SetCookie(const CefString& url,
|
D | cookie_manager_impl.cc | 178 bool CefCookieManagerImpl::SetCookie(const CefString& url, in SetCookie() function in CefCookieManagerImpl
|
/third_party/cef/libcef_dll/cpptoc/ |
D | cookie_manager_cpptoc.cc | 116 bool _retval = CefCookieManagerCppToC::Get(self)->SetCookie( in cookie_manager_set_cookie()
|
/third_party/cef/tests/ceftests/ |
D | cookie_unittest.cc | 133 EXPECT_TRUE(manager->SetCookie( in SetCookies()
|
D | urlrequest_unittest.cc | 407 EXPECT_TRUE(request_context->GetCookieManager(nullptr)->SetCookie( in SetTestCookie()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 17967 - 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 …]
|
D | 0004-3.2-Beta5.patch | 18045 bool CefCookieManagerCToCpp::SetCookie( 18055 @@ -216,9 +218,11 @@ bool CefCookieManagerCToCpp::SetCookie(
|