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 - 4
of
4
) 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
);
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc
300
scoped_ptr<net::HttpTransactionFactory>
app_http_cache
(
303
context->SetHttpTransactionFactory(
app_http_cache
.Pass());
profile_impl_io_data.cc
604
net::HttpCache*
app_http_cache
=
local
616
app_http_cache
->set_mode(
638
scoped_ptr<net::HttpTransactionFactory>(
app_http_cache
));
Completed in 24 milliseconds