Home
last modified time | relevance | path

Searched defs:first_party_url (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
Dcookie_settings.cc179 const GURL& first_party_url, in GetCookieSetting()
/external/chromium_org/webkit/browser/appcache/
Dappcache_host.h174 const GURL& first_party_url() const { return first_party_url_; } in first_party_url() function
/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