Searched refs:first_party (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_policy.h20 const GURL& first_party) = 0;
24 const GURL& first_party) = 0;
H A Dmock_appcache_policy.cc17 const GURL& first_party) {
23 const GURL& first_party) {
16 CanLoadAppCache(const GURL& manifest_url, const GURL& first_party) argument
22 CanCreateAppCache(const GURL& manifest_url, const GURL& first_party) argument
H A Dmock_appcache_policy.h20 const GURL& first_party) OVERRIDE;
22 const GURL& first_party) OVERRIDE;
H A Dchrome_appcache_service.cc53 const GURL& first_party) {
57 manifest_url, first_party, resource_context_);
61 const GURL& manifest_url, const GURL& first_party) {
64 manifest_url, first_party, resource_context_);
52 CanLoadAppCache(const GURL& manifest_url, const GURL& first_party) argument
60 CanCreateAppCache( const GURL& manifest_url, const GURL& first_party) argument
H A Dchrome_appcache_service.h57 const GURL& first_party) OVERRIDE;
59 const GURL& first_party) OVERRIDE;
H A Dappcache_service_impl.cc91 const GURL& first_party, const net::CompletionCallback& callback)
94 first_party_(first_party) {
529 const GURL& first_party,
532 new CanHandleOfflineHelper(this, url, first_party, callback);
89 CanHandleOfflineHelper( AppCacheServiceImpl* service, const GURL& url, const GURL& first_party, const net::CompletionCallback& callback) argument
527 CanHandleMainResourceOffline( const GURL& url, const GURL& first_party, const net::CompletionCallback& callback) argument
H A Dappcache_service_impl.h104 const GURL& first_party,
/external/chromium_org/android_webview/browser/
H A Daw_cookie_access_policy.cc86 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) ==
85 AllowGetCookie(const GURL& url, const GURL& first_party, const net::CookieList& cookie_list, content::ResourceContext* context, int render_process_id, int render_frame_id) argument
97 AllowSetCookie(const GURL& url, const GURL& first_party, const std::string& cookie_line, content::ResourceContext* context, int render_process_id, int render_frame_id, net::CookieOptions* options) argument
H A Daw_cookie_access_policy.h54 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;
H A Daw_content_browser_client.h60 const GURL& first_party,
63 const GURL& first_party,
69 const GURL& first_party,
H A Daw_content_browser_client.cc288 const GURL& first_party,
297 const GURL& first_party,
303 first_party,
311 const GURL& first_party,
318 first_party,
287 AllowAppCache(const GURL& manifest_url, const GURL& first_party, content::ResourceContext* context) argument
296 AllowGetCookie(const GURL& url, const GURL& first_party, const net::CookieList& cookie_list, content::ResourceContext* context, int render_process_id, int render_frame_id) argument
310 AllowSetCookie(const GURL& url, const GURL& first_party, const std::string& cookie_line, content::ResourceContext* context, int render_process_id, int render_frame_id, net::CookieOptions* options) argument
/external/chromium_org/chrome/browser/renderer_host/
H A Doffline_resource_throttle.cc82 const GURL* first_party = &(request_->first_party_for_cookies()); local
88 if (url->GetOrigin() == first_party->GetOrigin())
89 first_party = &redirect_url;
99 *url, *first_party,
/external/chromium_org/content/public/browser/
H A Dappcache_service.h40 const GURL& first_party,
H A Dcontent_browser_client.cc114 const GURL& first_party,
120 const GURL& first_party,
129 const GURL& first_party,
113 AllowAppCache(const GURL& manifest_url, const GURL& first_party, ResourceContext* context) argument
119 AllowGetCookie(const GURL& url, const GURL& first_party, const net::CookieList& cookie_list, ResourceContext* context, int render_process_id, int render_frame_id) argument
128 AllowSetCookie(const GURL& url, const GURL& first_party, const std::string& cookie_line, ResourceContext* context, int render_process_id, int render_frame_id, net::CookieOptions* options) argument
H A Dcontent_browser_client.h274 const GURL& first_party,
280 const GURL& first_party,
289 const GURL& first_party,
/external/chromium_org/net/base/
H A Dstatic_cookie_policy_unittest.cc23 int CanGetCookies(const GURL& url, const GURL& first_party) { argument
24 return policy_.CanGetCookies(url, first_party);
26 int CanSetCookie(const GURL& url, const GURL& first_party) { argument
27 return policy_.CanSetCookie(url, first_party);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.h124 const GURL& first_party,
127 const GURL& first_party,
133 const GURL& first_party,
H A Dchrome_content_browser_client.cc1455 const GURL& first_party,
1460 IsSettingCookieAllowed(manifest_url, first_party);
1465 const GURL& first_party,
1473 IsReadingCookieAllowed(url, first_party);
1478 render_frame_id, url, first_party, cookie_list, !allow, true));
1484 const GURL& first_party,
1493 bool allow = cookie_settings->IsSettingCookieAllowed(url, first_party);
1505 render_frame_id, url, first_party, cookie_line, *options,
1453 AllowAppCache( const GURL& manifest_url, const GURL& first_party, content::ResourceContext* context) argument
1463 AllowGetCookie( const GURL& url, const GURL& first_party, const net::CookieList& cookie_list, content::ResourceContext* context, int render_process_id, int render_frame_id) argument
1482 AllowSetCookie( const GURL& url, const GURL& first_party, const std::string& cookie_line, content::ResourceContext* context, int render_process_id, int render_frame_id, net::CookieOptions* options) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.h429 const GURL& first_party);
H A Dresource_dispatcher_host_impl.cc1991 const GURL& first_party) {
1992 if (!first_party.is_valid())
1996 first_party, request_url,
1989 HttpAuthRelationTypeOf( const GURL& request_url, const GURL& first_party) argument

Completed in 2579 milliseconds