OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rq_context
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h
310
void ClearCookiesOnIOThread(net::URLRequestContextGetter*
rq_context
);
314
net::URLRequestContextGetter*
rq_context
);
319
net::URLRequestContextGetter*
rq_context
);
browsing_data_remover.cc
436
net::URLRequestContextGetter*
rq_context
= profile_->GetRequestContext();
local
437
if (
rq_context
) {
442
base::Unretained(this), base::Unretained(
rq_context
)));
[
all
...]
browsing_data_remover_unittest.cc
194
net::URLRequestContextGetter*
rq_context
) OVERRIDE {}
[
all
...]
/external/chromium_org/content/public/browser/
storage_partition.h
99
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
,
667
make_scoped_refptr(
rq_context
), begin, end, origin,
storage_partition_impl.h
126
net::URLRequestContextGetter*
rq_context
,
/external/chromium_org/chrome/browser/prerender/
prerender_manager.cc
148
net::URLRequestContextGetter*
rq_context
,
153
rq_context
->GetURLRequestContext()->cookie_store();
[
all
...]
Completed in 526 milliseconds