Home
last modified time | relevance | path

Searched refs:app_http_factory_map_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/profiles/
Doff_the_record_profile_io_data.cc116 STLDeleteValues(&app_http_factory_map_); in ~OffTheRecordProfileIOData()
208 DCHECK(!app_http_factory_map_[app_id]); in InitializeAppRequestContext()
209 app_http_factory_map_[app_id] = app_http_cache; in InitializeAppRequestContext()
Dprofile_impl_io_data.cc158 STLDeleteValues(&app_http_factory_map_); in ~ProfileImplIOData()
350 DCHECK(!app_http_factory_map_[app_id]); in InitializeAppRequestContext()
351 app_http_factory_map_[app_id] = app_http_cache; in InitializeAppRequestContext()
Doff_the_record_profile_io_data.h104 mutable HttpTransactionFactoryMap app_http_factory_map_; variable
Dprofile_impl_io_data.h129 mutable HttpTransactionFactoryMap app_http_factory_map_; variable