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

  /external/chromium_org/net/cookies/
cookie_store_unittest.h 217 scoped_refptr<CookieStore> GetCookieStore() {
268 scoped_refptr<CookieStore> cs(this->GetCookieStore());
275 scoped_refptr<CookieStore> cs(this->GetCookieStore());
318 scoped_refptr<CookieStore> cs(this->GetCookieStore());
330 scoped_refptr<CookieStore> cs(this->GetCookieStore());
361 scoped_refptr<CookieStore> cs(this->GetCookieStore());
410 scoped_refptr<CookieStore> cs(this->GetCookieStore());
424 scoped_refptr<CookieStore> cs(this->GetCookieStore());
435 scoped_refptr<CookieStore> cs(this->GetCookieStore());
450 scoped_refptr<CookieStore> cs(this->GetCookieStore());
    [all...]
  /external/chromium_org/net/url_request/
url_request_job.h 250 CookieStore* GetCookieStore() const;
url_request_http_job.cc 550 CookieStore* cookie_store = GetCookieStore();
564 GetCookieStore()->GetCookiesWithOptionsAsync(
644 GetCookieStore() && response_cookies_.size() > 0) {
662 GetCookieStore()->SetCookieWithOptionsAsync(
    [all...]
url_request_job.cc 293 CookieStore* URLRequestJob::GetCookieStore() const {
  /external/chromium_org/android_webview/native/
cookie_manager.cc 148 scoped_refptr<net::CookieStore> GetCookieStore();
325 scoped_refptr<net::CookieStore> CookieManager::GetCookieStore() {
605 return CookieManager::GetInstance()->GetCookieStore();
  /external/chromium_org/content/browser/service_worker/
service_worker_write_to_cache_job.cc 138 this->GetCookieStore());

Completed in 450 milliseconds