Searched defs:ProfileIOData (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc247 // ProfileIOData::InitializeOnUIThread
339 scoped_ptr<ProfileIOData::ChromeURLRequestContextGetterVector> getters) {
341 ProfileIOData::ChromeURLRequestContextGetterVector::iterator iter;
348 void ProfileIOData::InitializeOnUIThread(Profile* profile) {
498 // in particular when this ProfileIOData isn't |initialized_| during deletion.
537 ProfileIOData::MediaRequestContext::MediaRequestContext() {
540 void ProfileIOData::MediaRequestContext::SetHttpTransactionFactory(
546 ProfileIOData::MediaRequestContext::~MediaRequestContext() {
550 ProfileIOData::AppRequestContext::AppRequestContext() {
553 void ProfileIOData
585 ProfileIOData::ProfileIOData(Profile::ProfileType profile_type) function in class:ProfileIOData
[all...]
H A Dprofile_io_data.h82 // Conceptually speaking, the ProfileIOData represents data that lives on the IO
85 // ProfileIOData, but will make sure to delete it on the IO thread (except
87 class ProfileIOData { class
92 virtual ~ProfileIOData();
94 static ProfileIOData* FromResourceContext(content::ResourceContext* rc);
114 // Initializes the ProfileIOData object and primes the RequestContext
306 // Created on the UI thread, read on the IO thread during ProfileIOData lazy
353 explicit ProfileIOData(Profile::ProfileType profile_type);
373 // ProfileIOData, and the derived class calls this method to set the
494 explicit ResourceContext(ProfileIOData* io_dat
[all...]

Completed in 777 milliseconds