HomeSort by relevance Sort by last modified time
    Searched defs:CanSetCookie (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/base/
static_cookie_policy.cc 36 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 143 bool NetworkDelegate::CanSetCookie(const URLRequest& request,
  /external/chromium_org/content/browser/renderer_host/
socket_stream_dispatcher_host.cc 169 bool SocketStreamDispatcherHost::CanSetCookie(net::SocketStream* request,
  /external/chromium_org/net/socket_stream/
socket_stream.cc 76 bool SocketStream::Delegate::CanSetCookie(SocketStream* request,
    [all...]
  /external/chromium_org/net/url_request/
url_request_job.cc 273 bool URLRequestJob::CanSetCookie(const std::string& cookie_line,
278 return request_->CanSetCookie(cookie_line, options);
url_request.cc     [all...]

Completed in 93 milliseconds