Searched refs:first_party_url (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/content_settings/ |
D | cookie_settings.cc | 118 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()
|
D | cookie_settings.h | 48 const GURL& first_party_url) const; 55 const GURL& first_party_url) const; 98 const GURL& first_party_url,
|
D | tab_specific_content_settings.h | 105 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/ |
D | webrequest_condition_unittest.cc | 128 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/ |
D | appcache_host.h | 174 const GURL& first_party_url() const { return first_party_url_; } in first_party_url() function
|
D | appcache_request_handler.cc | 264 !policy->CanLoadAppCache(manifest_url, host_->first_party_url()); in OnMainResponseFound()
|