OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_http_cache
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc
204
net::HttpCache*
app_http_cache
=
local
207
// Keep track of
app_http_cache
to delete it when we go away.
209
app_http_factory_map_[app_id] =
app_http_cache
;
210
context->set_http_transaction_factory(
app_http_cache
);
profile_impl_io_data.cc
320
net::HttpCache*
app_http_cache
=
local
330
app_http_cache
->set_mode(
349
// Keep track of
app_http_cache
to delete it when we go away.
351
app_http_factory_map_[app_id] =
app_http_cache
;
352
context->set_http_transaction_factory(
app_http_cache
);
Completed in 422 milliseconds