Home
last modified time | relevance | path

Searched refs:first_party_url (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
Dcookie_settings.cc118 const GURL& first_party_url) const { in IsReadingCookieAllowed()
119 ContentSetting setting = GetCookieSetting(url, first_party_url, false, NULL); in IsReadingCookieAllowed()
124 const GURL& first_party_url) const { in IsSettingCookieAllowed()
125 ContentSetting setting = GetCookieSetting(url, first_party_url, true, NULL); in IsSettingCookieAllowed()
179 const GURL& first_party_url, in GetCookieSetting() argument
183 url, first_party_url, CONTENT_SETTINGS_TYPE_COOKIES)) in GetCookieSetting()
190 first_party_url, in GetCookieSetting()
202 !first_party_url.SchemeIs(extensions::kExtensionScheme)) { in GetCookieSetting()
207 rv = policy.CanSetCookie(url, first_party_url); in GetCookieSetting()
209 rv = policy.CanGetCookies(url, first_party_url); in GetCookieSetting()
Dcookie_settings.h48 const GURL& first_party_url) const;
55 const GURL& first_party_url) const;
98 const GURL& first_party_url,
Dtab_specific_content_settings.h105 const GURL& first_party_url,
117 const GURL& first_party_url,
310 const GURL& first_party_url,
314 const GURL& first_party_url,
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_condition_unittest.cc128 const GURL first_party_url("http://fpfc.example.com"); in TEST() local
135 request_data.first_party_url_match_ids = matcher.MatchURL(first_party_url); in TEST()
/external/chromium_org/webkit/browser/appcache/
Dappcache_host.h174 const GURL& first_party_url() const { return first_party_url_; } in first_party_url() function
Dappcache_request_handler.cc264 !policy->CanLoadAppCache(manifest_url, host_->first_party_url()); in OnMainResponseFound()