Home
last modified time | relevance | path

Searched refs:SetFirstPartyForCookies (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/common/net/
Durl_fetcher.cc27 url_fetcher->SetFirstPartyForCookies(first_party_for_cookies); in AssociateURLFetcherWithRenderView()
/external/chromium_org/net/url_request/
Durl_fetcher_impl.cc87 void URLFetcherImpl::SetFirstPartyForCookies( in SetFirstPartyForCookies() function in net::URLFetcherImpl
89 core_->SetFirstPartyForCookies(first_party_for_cookies); in SetFirstPartyForCookies()
Durl_fetcher.h194 virtual void SetFirstPartyForCookies(
Durl_fetcher_impl.h60 virtual void SetFirstPartyForCookies(
Durl_fetcher_core.h86 void SetFirstPartyForCookies(const GURL& first_party_for_cookies);
Dtest_url_fetcher_factory.h114 virtual void SetFirstPartyForCookies(
Dtest_url_fetcher_factory.cc113 void TestURLFetcher::SetFirstPartyForCookies( in SetFirstPartyForCookies() function in net::TestURLFetcher
Durl_fetcher_core.cc229 void URLFetcherCore::SetFirstPartyForCookies( in SetFirstPartyForCookies() function in net::URLFetcherCore