OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
133
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
223
// |net_pref_observer_|, |
io_data_
| and others store pointers to |prefs_| and
228
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
395
ProfileIOData* const
io_data_
;
member in class:ProfileIOData::ResourceContext
Completed in 51 milliseconds