Searched defs:io_data_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.h61 // doing. We need to release |io_data_| *before* the getters, because we
62 // want to make sure that the last reference for |io_data_| is on the IO
72 const scoped_refptr<OffTheRecordProfileIOData> io_data_; member in class:OffTheRecordProfileIOData::Handle
H A Dprofile_impl_io_data.h66 // doing. We need to release |io_data_| *before* the getters, because we
67 // want to make sure that the last reference for |io_data_| is on the IO
78 const scoped_refptr<ProfileImplIOData> io_data_; member in class:ProfileImplIOData::Handle
H A Dprofile_io_data.h176 const ProfileIOData* const io_data_; member in class:ProfileIOData::ResourceContext
H A Dprofile_impl.h195 // |net_pref_observer_|, |web_resource_service_|, and |io_data_| store
232 ProfileImplIOData::Handle io_data_; member in class:ProfileImpl
H A Dprofile.cc166 ALLOW_THIS_IN_INITIALIZER_LIST(io_data_(this)),
409 return io_data_.GetMainRequestContextGetter();
425 return io_data_.GetMainRequestContextGetter();
429 return io_data_.GetExtensionsRequestContextGetter();
434 return io_data_.GetIsolatedAppRequestContextGetter(app_id);
438 return io_data_.GetResourceContext();
693 OffTheRecordProfileIOData::Handle io_data_; member in class:OffTheRecordProfileImpl

Completed in 65 milliseconds