HomeSort by relevance Sort by last modified time
    Searched refs:SetFirstPartyForCookies (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/common/net/
url_fetcher.cc 27 url_fetcher->SetFirstPartyForCookies(first_party_for_cookies);
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 87 void URLFetcherImpl::SetFirstPartyForCookies(
89 core_->SetFirstPartyForCookies(first_party_for_cookies);
url_fetcher.h 202 virtual void SetFirstPartyForCookies(
url_fetcher_impl.h 62 virtual void SetFirstPartyForCookies(
test_url_fetcher_factory.h 114 virtual void SetFirstPartyForCookies(
url_fetcher_core.h 86 void SetFirstPartyForCookies(const GURL& first_party_for_cookies);
test_url_fetcher_factory.cc 115 void TestURLFetcher::SetFirstPartyForCookies(
url_fetcher_core.cc 234 void URLFetcherCore::SetFirstPartyForCookies(

Completed in 122 milliseconds