Searched refs:OffTheRecordProfileIOData (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_io_data.h28 // OffTheRecordProfile owns a OffTheRecordProfileIOData::Handle, which holds a
29 // reference to the OffTheRecordProfileIOData. OffTheRecordProfileIOData is
32 // CookieMonster, HttpTransactionFactory, etc. OffTheRecordProfileIOData is
33 // owned by the OffTheRecordProfile and OffTheRecordProfileIOData's
35 // be deleted. Note that the OffTheRecordProfileIOData will typically outlive
36 // the Profile it is "owned" by, so it's important for OffTheRecordProfileIOData
40 class OffTheRecordProfileIOData : public ProfileIOData { class in inherits:ProfileIOData
97 OffTheRecordProfileIOData* const io_data_;
107 friend class base::RefCountedThreadSafe<OffTheRecordProfileIOData>;
[all...]
H A Doff_the_record_profile_io_data.cc44 OffTheRecordProfileIOData::Handle::Handle(Profile* profile)
45 : io_data_(new OffTheRecordProfileIOData(profile->GetProfileType())),
52 OffTheRecordProfileIOData::Handle::~Handle() {
58 OffTheRecordProfileIOData::Handle::GetResourceContext() const {
65 OffTheRecordProfileIOData::Handle::GetResourceContextNoInit() const {
74 OffTheRecordProfileIOData::Handle::CreateMainRequestContextGetter(
90 OffTheRecordProfileIOData::Handle::GetExtensionsRequestContextGetter() const {
101 OffTheRecordProfileIOData::Handle::GetIsolatedAppRequestContextGetter(
117 OffTheRecordProfileIOData::Handle::CreateIsolatedAppRequestContextGetter(
148 OffTheRecordProfileIOData
194 OffTheRecordProfileIOData::OffTheRecordProfileIOData( function in class:OffTheRecordProfileIOData
[all...]
H A Doff_the_record_profile_impl.h128 scoped_ptr<OffTheRecordProfileIOData::Handle> io_data_;
H A Doff_the_record_profile_impl.cc112 // The construction of OffTheRecordProfileIOData::Handle needs the profile
116 // we have to instantiate OffTheRecordProfileIOData::Handle here after a ctor.
199 io_data_.reset(new OffTheRecordProfileIOData::Handle(this));

Completed in 127 milliseconds