Searched defs:first_party (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
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 Dappcache_service.cc90 const GURL& first_party, const net::CompletionCallback& callback)
93 first_party_(first_party) {
497 const GURL& first_party,
500 new CanHandleOfflineHelper(this, url, first_party, callback);
88 CanHandleOfflineHelper( AppCacheService* service, const GURL& url, const GURL& first_party, const net::CompletionCallback& callback) argument
495 CanHandleMainResourceOffline( const GURL& url, const GURL& first_party, const net::CompletionCallback& callback) argument
/external/chromium/chrome/browser/net/
H A Dchrome_cookie_policy.cc27 const GURL& first_party) const {
34 int rv = policy.CanGetCookies(url, first_party);
48 const GURL& first_party,
56 int rv = policy.CanSetCookie(url, first_party, cookie_line);
47 CanSetCookie(const GURL& url, const GURL& first_party, const std::string& cookie_line) const argument
/external/chromium/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, std::string());
/external/chromium_org/content/browser/appcache/
H A Dchrome_appcache_service.cc54 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_);
53 CanLoadAppCache(const GURL& manifest_url, const GURL& first_party) argument
61 CanCreateAppCache( const GURL& manifest_url, const GURL& first_party) argument
/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/android_webview/browser/
H A Daw_cookie_access_policy.cc53 const GURL& first_party,
62 const GURL& first_party,
52 AllowGetCookie(const GURL& url, const GURL& first_party, const net::CookieList& cookie_list, content::ResourceContext* context, int render_process_id, int render_view_id) argument
61 AllowSetCookie(const GURL& url, const GURL& first_party, const std::string& cookie_line, content::ResourceContext* context, int render_process_id, int render_view_id, net::CookieOptions* options) argument
H A Daw_content_browser_client.cc248 const GURL& first_party,
257 const GURL& first_party,
263 first_party,
271 const GURL& first_party,
278 first_party,
247 AllowAppCache(const GURL& manifest_url, const GURL& first_party, content::ResourceContext* context) argument
256 AllowGetCookie(const GURL& url, const GURL& first_party, const net::CookieList& cookie_list, content::ResourceContext* context, int render_process_id, int render_view_id) argument
270 AllowSetCookie(const GURL& url, const GURL& first_party, const std::string& cookie_line, content::ResourceContext* context, int render_process_id, int render_view_id, net::CookieOptions* options) argument
/external/chromium_org/chrome/browser/renderer_host/
H A Doffline_resource_throttle.cc83 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/net/url_request/
H A Durl_request_test_util.cc20 const GURL& first_party) const {
28 const GURL& first_party,
27 CanSetCookie(const GURL& url, const GURL& first_party, const std::string& cookie_line) const argument
/external/chromium_org/content/public/browser/
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_view_id) argument
128 AllowSetCookie(const GURL& url, const GURL& first_party, const std::string& cookie_line, ResourceContext* context, int render_process_id, int render_view_id, net::CookieOptions* options) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1869 const GURL& first_party) {
1870 if (!first_party.is_valid())
1874 first_party, request_url,
1867 HttpAuthRelationTypeOf( const GURL& request_url, const GURL& first_party) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc1615 const GURL& first_party,
1620 IsSettingCookieAllowed(manifest_url, first_party);
1625 const GURL& first_party,
1633 IsReadingCookieAllowed(url, first_party);
1638 render_view_id, url, first_party, cookie_list, !allow));
1644 const GURL& first_party,
1653 bool allow = cookie_settings->IsSettingCookieAllowed(url, first_party);
1658 render_view_id, url, first_party, cookie_line, *options,
1613 AllowAppCache( const GURL& manifest_url, const GURL& first_party, content::ResourceContext* context) argument
1623 AllowGetCookie( const GURL& url, const GURL& first_party, const net::CookieList& cookie_list, content::ResourceContext* context, int render_process_id, int render_view_id) argument
1642 AllowSetCookie( const GURL& url, const GURL& first_party, const std::string& cookie_line, content::ResourceContext* context, int render_process_id, int render_view_id, net::CookieOptions* options) argument

Completed in 271 milliseconds