Searched refs:ProfileIOData (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/profiles/ |
D | profile_io_data.cc | 131 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 …]
|
D | profile_io_data.h | 61 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);
|
D | off_the_record_profile_io_data.cc | 114 : ProfileIOData(true) {} in OffTheRecordProfileIOData() 184 scoped_refptr<ProfileIOData::RequestContext> 188 scoped_refptr<ProfileIOData::RequestContext> context = new RequestContext; in InitializeAppRequestContext()
|
D | OWNERS | 2 # Primarily for ProfileIOData and friends.
|
D | profile_impl_io_data.cc | 155 : ProfileIOData(false), in ProfileImplIOData() 291 scoped_refptr<ProfileIOData::RequestContext> 295 scoped_refptr<ProfileIOData::RequestContext> context = new RequestContext; in InitializeAppRequestContext()
|
D | off_the_record_profile_io_data.h | 32 class OffTheRecordProfileIOData : public ProfileIOData {
|
D | profile_impl_io_data.h | 21 class ProfileImplIOData : public ProfileIOData {
|
/external/chromium/chrome/browser/net/ |
D | chrome_url_request_context.cc | 48 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 …]
|
D | chrome_url_request_context.h | 37 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,
|