/external/chromium/net/base/ |
static_cookie_policy.cc | 34 int StaticCookiePolicy::CanSetCookie(const GURL& url,
|
static_cookie_policy_unittest.cc | 26 int CanSetCookie(const GURL& url, const GURL& first_party) { 27 return policy_.CanSetCookie(url, first_party, std::string()); 44 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_)); 45 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_secure_)); 46 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_mail_)); 47 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_analytics_)); 48 EXPECT_EQ(OK, CanSetCookie(url_google_, GURL())); 60 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_)); 61 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_secure_)); 62 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_mail_)) [all...] |
/external/chromium_org/net/base/ |
static_cookie_policy.cc | 37 int StaticCookiePolicy::CanSetCookie(
|
static_cookie_policy_unittest.cc | 26 int CanSetCookie(const GURL& url, const GURL& first_party) { 27 return policy_.CanSetCookie(url, first_party); 44 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_)); 45 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_secure_)); 46 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_mail_)); 47 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_analytics_)); 48 EXPECT_EQ(OK, CanSetCookie(url_google_, GURL())); 60 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_)); 61 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_secure_)); 62 EXPECT_EQ(OK, CanSetCookie(url_google_, url_google_mail_)) [all...] |
network_delegate.cc | 118 bool NetworkDelegate::CanSetCookie(const URLRequest& request,
|
/external/chromium/chrome/browser/net/ |
chrome_cookie_policy.cc | 47 int ChromeCookiePolicy::CanSetCookie(const GURL& url, 56 int rv = policy.CanSetCookie(url, first_party, cookie_line);
|
/external/chromium_org/content/browser/renderer_host/ |
socket_stream_dispatcher_host.cc | 157 bool SocketStreamDispatcherHost::CanSetCookie(net::SocketStream* request,
|
/external/chromium/net/url_request/ |
url_request_test_util.cc | 27 int TestCookiePolicy::CanSetCookie(const GURL& url,
|
/external/chromium/net/websockets/ |
websocket_job_unittest.cc | 142 virtual int CanSetCookie(const GURL& url,
|
/external/chromium_org/net/url_request/ |
url_request_job.cc | 264 bool URLRequestJob::CanSetCookie(const std::string& cookie_line, 269 return request_->CanSetCookie(cookie_line, options);
|
url_request.cc | [all...] |
/external/chromium_org/net/socket_stream/ |
socket_stream.cc | 75 bool SocketStream::Delegate::CanSetCookie(SocketStream* request, [all...] |