Home
last modified time | relevance | path

Searched refs:ProfileIOData (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc131 void ProfileIOData::InitializeProfileParams(Profile* profile) { in InitializeProfileParams()
191 ProfileIOData::RequestContext::RequestContext() {} in RequestContext()
192 ProfileIOData::RequestContext::~RequestContext() {} in ~RequestContext()
194 ProfileIOData::ProfileParams::ProfileParams() in ProfileParams()
198 ProfileIOData::ProfileParams::~ProfileParams() {} in ~ProfileParams()
200 ProfileIOData::ProfileIOData(bool is_incognito) in ProfileIOData() function in ProfileIOData
206 ProfileIOData::~ProfileIOData() { in ~ProfileIOData()
218 ProfileIOData::GetMainRequestContext() const { in GetMainRequestContext()
227 ProfileIOData::GetMediaRequestContext() const { in GetMediaRequestContext()
236 ProfileIOData::GetExtensionsRequestContext() const { in GetExtensionsRequestContext()
[all …]
Dprofile_io_data.h61 class ProfileIOData : public base::RefCountedThreadSafe<ProfileIOData> {
75 friend class base::RefCountedThreadSafe<ProfileIOData>;
83 void set_profile_io_data(const ProfileIOData* profile_io_data) { in set_profile_io_data()
88 scoped_refptr<const ProfileIOData> profile_io_data_;
124 explicit ProfileIOData(bool is_incognito);
125 virtual ~ProfileIOData();
170 explicit ResourceContext(const ProfileIOData* io_data);
176 const ProfileIOData* const io_data_;
231 DISALLOW_COPY_AND_ASSIGN(ProfileIOData);
Doff_the_record_profile_io_data.cc114 : ProfileIOData(true) {} in OffTheRecordProfileIOData()
184 scoped_refptr<ProfileIOData::RequestContext>
188 scoped_refptr<ProfileIOData::RequestContext> context = new RequestContext; in InitializeAppRequestContext()
DOWNERS2 # Primarily for ProfileIOData and friends.
Dprofile_impl_io_data.cc155 : ProfileIOData(false), in ProfileImplIOData()
291 scoped_refptr<ProfileIOData::RequestContext>
295 scoped_refptr<ProfileIOData::RequestContext> context = new RequestContext; in InitializeAppRequestContext()
Doff_the_record_profile_io_data.h32 class OffTheRecordProfileIOData : public ProfileIOData {
Dprofile_impl_io_data.h21 class ProfileImplIOData : public ProfileIOData {
/external/chromium/chrome/browser/net/
Dchrome_url_request_context.cc48 explicit FactoryForMain(const ProfileIOData* profile_io_data) in FactoryForMain()
56 const scoped_refptr<const ProfileIOData> profile_io_data_;
62 explicit FactoryForExtensions(const ProfileIOData* profile_io_data) in FactoryForExtensions()
70 const scoped_refptr<const ProfileIOData> profile_io_data_;
76 FactoryForIsolatedApp(const ProfileIOData* profile_io_data, in FactoryForIsolatedApp()
90 const scoped_refptr<const ProfileIOData> profile_io_data_;
99 explicit FactoryForMedia(const ProfileIOData* profile_io_data) in FactoryForMedia()
108 const scoped_refptr<const ProfileIOData> profile_io_data_;
205 const ProfileIOData* profile_io_data) { in CreateOriginal()
215 Profile* profile, const ProfileIOData* profile_io_data) { in CreateOriginalForMedia()
[all …]
Dchrome_url_request_context.h37 class ProfileIOData; variable
202 Profile* profile, const ProfileIOData* profile_io_data);
208 Profile* profile, const ProfileIOData* profile_io_data);
213 Profile* profile, const ProfileIOData* profile_io_data);
219 const ProfileIOData* profile_io_data,
225 Profile* profile, const ProfileIOData* profile_io_data);
230 Profile* profile, const ProfileIOData* profile_io_data);
236 const ProfileIOData* profile_io_data,