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

  /external/chromium_org/webkit/browser/appcache/
appcache_policy.h 20 const GURL& first_party) = 0;
24 const GURL& first_party) = 0;
appcache_service.h 42 const GURL& first_party,
appcache_service_impl.cc 90 const GURL& first_party, const net::CompletionCallback& callback)
93 first_party_(first_party) {
525 const GURL& first_party,
528 new CanHandleOfflineHelper(this, url, first_party, callback);
appcache_service_impl.h 107 const GURL& first_party,
  /external/chromium_org/content/browser/appcache/
mock_appcache_policy.cc 17 const GURL& first_party) {
23 const GURL& first_party) {
mock_appcache_policy.h 20 const GURL& first_party) OVERRIDE;
22 const GURL& first_party) OVERRIDE;
chrome_appcache_service.cc 54 const GURL& first_party) {
58 manifest_url, first_party, resource_context_);
62 const GURL& manifest_url, const GURL& first_party) {
65 manifest_url, first_party, resource_context_);
chrome_appcache_service.h 57 const GURL& first_party) OVERRIDE;
59 const GURL& first_party) OVERRIDE;
  /external/chromium_org/android_webview/browser/
aw_cookie_access_policy.cc 86 const GURL& first_party,
94 return AwStaticCookiePolicy(global, thirdParty).AllowGet(url, first_party);
98 const GURL& first_party,
107 return AwStaticCookiePolicy(global, thirdParty).AllowSet(url, first_party);
133 const GURL& first_party) const {
135 return StaticCookiePolicy(GetPolicy(url)).CanSetCookie(url, first_party) ==
140 const GURL& first_party) const {
141 return StaticCookiePolicy(GetPolicy(url)).CanGetCookies(url, first_party) ==
aw_cookie_access_policy.h 54 const GURL& first_party,
60 const GURL& first_party,
91 bool AllowGet(const GURL& url, const GURL& first_party) const;
92 bool AllowSet(const GURL& url, const GURL& first_party) const;
aw_content_browser_client.h 62 const GURL& first_party,
65 const GURL& first_party,
71 const GURL& first_party,
aw_content_browser_client.cc 285 const GURL& first_party,
294 const GURL& first_party,
300 first_party,
308 const GURL& first_party,
315 first_party,
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.cc 83 const GURL* first_party = &(request_->first_party_for_cookies()); local
89 if (url->GetOrigin() == first_party->GetOrigin())
90 first_party = &redirect_url;
100 *url, *first_party,
  /external/chromium_org/net/base/
static_cookie_policy_unittest.cc 23 int CanGetCookies(const GURL& url, const GURL& first_party) {
24 return policy_.CanGetCookies(url, first_party);
26 int CanSetCookie(const GURL& url, const GURL& first_party) {
27 return policy_.CanSetCookie(url, first_party);
  /external/chromium_org/content/public/browser/
content_browser_client.cc 114 const GURL& first_party,
120 const GURL& first_party,
129 const GURL& first_party,
content_browser_client.h 298 const GURL& first_party,
304 const GURL& first_party,
313 const GURL& first_party,
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 135 const GURL& first_party,
138 const GURL& first_party,
144 const GURL& first_party,
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 398 const GURL& first_party);
resource_dispatcher_host_impl.cc     [all...]

Completed in 4695 milliseconds