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

  /external/chromium_org/chrome/browser/content_settings/
cookie_settings.h 43 // Returns true if the page identified by (|url|, |first_party_url|) is
48 const GURL& first_party_url) const;
50 // Returns true if the page identified by (|url|, |first_party_url|) is
55 const GURL& first_party_url) const;
98 const GURL& first_party_url,
cookie_settings.cc 116 const GURL& first_party_url) const {
117 ContentSetting setting = GetCookieSetting(url, first_party_url, false, NULL);
122 const GURL& first_party_url) const {
123 ContentSetting setting = GetCookieSetting(url, first_party_url, true, NULL);
177 const GURL& first_party_url,
181 url, first_party_url, CONTENT_SETTINGS_TYPE_COOKIES))
188 first_party_url,
200 !first_party_url.SchemeIs(extensions::kExtensionScheme)) {
205 rv = policy.CanSetCookie(url, first_party_url);
207 rv = policy.CanGetCookies(url, first_party_url);
    [all...]
tab_specific_content_settings.h 106 const GURL& first_party_url,
118 const GURL& first_party_url,
308 const GURL& first_party_url,
312 const GURL& first_party_url,
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_condition_unittest.cc 143 const GURL first_party_url("http://fpfc.example.com");
150 request_data.first_party_url_match_ids = matcher.MatchURL(first_party_url);
  /external/chromium_org/content/browser/appcache/
appcache_host.h 171 const GURL& first_party_url() const { return first_party_url_; } function in class:content::AppCacheHost
appcache_request_handler.cc 271 !policy->CanLoadAppCache(manifest_url, host_->first_party_url());
  /external/chromium_org/net/url_request/
url_request_unittest.cc     [all...]

Completed in 486 milliseconds