Searched defs:ProfileImplIOData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc90 ProfileImplIOData::Handle::Handle(Profile* profile)
91 : io_data_(new ProfileImplIOData),
98 ProfileImplIOData::Handle::~Handle() {
120 void ProfileImplIOData::Handle::Init(
184 ProfileImplIOData::Handle::GetResourceContext() const {
191 ProfileImplIOData::Handle::GetResourceContextNoInit() const {
200 ProfileImplIOData::Handle::CreateMainRequestContextGetter(
226 ProfileImplIOData::Handle::GetMediaRequestContextGetter() const {
237 ProfileImplIOData::Handle::GetExtensionsRequestContextGetter() const {
248 ProfileImplIOData
400 ProfileImplIOData::ProfileImplIOData() function in class:ProfileImplIOData
[all...]
H A Dprofile_impl_io_data.h42 class ProfileImplIOData : public ProfileIOData { class in inherits:ProfileIOData
143 ProfileImplIOData* const io_data_;
153 friend class base::RefCountedThreadSafe<ProfileImplIOData>;
172 ProfileImplIOData();
173 virtual ~ProfileImplIOData();
243 DISALLOW_COPY_AND_ASSIGN(ProfileImplIOData);

Completed in 192 milliseconds