HomeSort by relevance Sort by last modified time
    Searched defs:io_data_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.h 61 // 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
profile_impl_io_data.h 66 // 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
profile_io_data.h 176 const ProfileIOData* const io_data_; member in class:ProfileIOData::ResourceContext
profile_impl.h 195 // |net_pref_observer_|, |web_resource_service_|, and |io_data_| store
232 ProfileImplIOData::Handle io_data_; member in class:ProfileImpl
profile.cc 166 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
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 129 OffTheRecordProfileIOData::Handle io_data_; member in class:OffTheRecordProfileImpl
off_the_record_profile_io_data.h 79 // doing. We need to release |io_data_| *before* the getters, because we
80 // want to make sure that the last reference for |io_data_| is on the IO
90 OffTheRecordProfileIOData* const io_data_; member in class:OffTheRecordProfileIOData::Handle
profile_impl.h 218 // |net_pref_observer_|, |io_data_| and others store pointers to |prefs_| and
223 ProfileImplIOData::Handle io_data_; member in class:ProfileImpl
profile_impl_io_data.h 101 // doing. We need to release |io_data_| *before* the getters, because we
102 // want to make sure that the last reference for |io_data_| is on the IO
115 ProfileImplIOData* const io_data_; member in class:ProfileImplIOData::Handle
profile_io_data.h 376 ProfileIOData* const io_data_; member in class:ProfileIOData::ResourceContext

Completed in 57 milliseconds