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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 353 void ClearCookiesOnIOThread(net::URLRequestContextGetter* rq_context);
357 net::URLRequestContextGetter* rq_context);
362 net::URLRequestContextGetter* rq_context);
browsing_data_remover.cc 462 net::URLRequestContextGetter* rq_context = profile_->GetRequestContext(); local
463 if (rq_context) {
468 base::Unretained(this), base::Unretained(rq_context)));
    [all...]
browsing_data_remover_unittest.cc 164 net::URLRequestContextGetter* rq_context) OVERRIDE {}
    [all...]
  /external/chromium_org/content/public/browser/
storage_partition.h 101 net::URLRequestContextGetter* rq_context) = 0;
  /external/chromium_org/content/browser/
storage_partition_impl.cc 44 const scoped_refptr<net::URLRequestContextGetter>& rq_context,
50 net::CookieStore* cookie_store = rq_context->
276 net::URLRequestContextGetter* rq_context,
489 net::URLRequestContextGetter* rq_context,
500 rq_context, dom_storage_context_, quota_manager_,
646 net::URLRequestContextGetter* rq_context,
666 make_scoped_refptr(rq_context), begin, end, storage_origin,
storage_partition_impl.h 125 net::URLRequestContextGetter* rq_context,
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 156 net::URLRequestContextGetter* rq_context,
161 rq_context->GetURLRequestContext()->cookie_store();
    [all...]

Completed in 837 milliseconds