HomeSort by relevance Sort by last modified time
    Searched defs:app_http_cache (Results 1 - 3 of 3) 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/
profile_impl_io_data.cc 550 net::HttpCache* app_http_cache = local
562 app_http_cache->set_mode(
584 scoped_ptr<net::HttpTransactionFactory>(app_http_cache));

Completed in 191 milliseconds