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

  /external/chromium_org/webkit/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;
appcache_policy.h 20 const GURL& first_party) = 0;
24 const GURL& first_party) = 0;
appcache_service.cc 90 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);
appcache_service.h 115 const GURL& first_party,
  /external/chromium/chrome/browser/net/
chrome_cookie_policy.cc 27 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);
chrome_cookie_policy.h 27 virtual int CanGetCookies(const GURL& url, const GURL& first_party) const;
29 const GURL& first_party,
  /external/chromium/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, std::string());
  /external/chromium_org/content/browser/appcache/
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 56 const GURL& first_party) OVERRIDE;
58 const GURL& first_party) OVERRIDE;
  /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/android_webview/browser/
aw_cookie_access_policy.cc 53 const GURL& first_party,
62 const GURL& first_party,
aw_cookie_access_policy.h 47 const GURL& first_party,
53 const GURL& first_party,
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 248 const GURL& first_party,
257 const GURL& first_party,
263 first_party,
271 const GURL& first_party,
278 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/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 283 const GURL& first_party,
289 const GURL& first_party,
298 const GURL& first_party,
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 119 const GURL& first_party,
122 const GURL& first_party,
128 const GURL& first_party,
chrome_content_browser_client.cc     [all...]
  /external/chromium/net/url_request/
url_request_test_util.cc 20 const GURL& first_party) const {
28 const GURL& first_party,
url_request_test_util.h 57 virtual int CanGetCookies(const GURL& url, const GURL& first_party) const;
59 const GURL& first_party,
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 410 const GURL& first_party);
resource_dispatcher_host_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 542 milliseconds