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

  /external/chromium_org/mojo/services/network/
network_service_impl.h 25 virtual void GetCookieStore(InterfaceRequest<CookieStore> store) OVERRIDE;
network_service_impl.cc 28 void NetworkServiceImpl::GetCookieStore(InterfaceRequest<CookieStore> store) {
  /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 251 CookieStore* GetCookieStore() const;
url_request_http_job.cc 566 CookieStore* cookie_store = GetCookieStore();
580 GetCookieStore()->GetCookiesWithOptionsAsync(
660 GetCookieStore() && response_cookies_.size() > 0) {
678 GetCookieStore()->SetCookieWithOptionsAsync(
    [all...]
url_request_job.cc 288 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/mojo/services/html_viewer/
blink_platform_impl.cc 62 network_service_->GetCookieStore(Get(&cookie_store));
  /external/chromium_org/content/browser/service_worker/
service_worker_write_to_cache_job.cc 148 this->GetCookieStore());

Completed in 430 milliseconds