Searched defs:ProfileIOData (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.cc131 void ProfileIOData::InitializeProfileParams(Profile* profile) {
191 ProfileIOData::RequestContext::RequestContext() {}
192 ProfileIOData::RequestContext::~RequestContext() {}
194 ProfileIOData::ProfileParams::ProfileParams()
198 ProfileIOData::ProfileParams::~ProfileParams() {}
200 ProfileIOData::ProfileIOData(bool is_incognito) function in class:ProfileIOData
206 ProfileIOData::~ProfileIOData() {
207 // If we have never initialized ProfileIOData, the
[all...]
H A Dprofile_io_data.h48 // Conceptually speaking, the ProfileIOData represents data that lives on the IO
51 // implementation will maintain a reference to the ProfileIOData. The
52 // ProfileIOData will originally own a reference to the ChromeURLRequestContexts
54 // invoked, then ProfileIOData will release its reference to the
56 // reference to the ProfileIOData, so they exchange ownership. This is done
58 // ownership reversal prevents shutdown leaks. ProfileIOData will lazily
61 class ProfileIOData : public base::RefCountedThreadSafe<ProfileIOData> { class in inherits:base::RefCountedThreadSafe
64 // they get called, from ProfileIOData owning ChromeURLRequestContext to vice
75 friend class base::RefCountedThreadSafe<ProfileIOData>;
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc270 // ProfileIOData::InitializeOnUIThread
362 void ProfileIOData::InitializeOnUIThread(Profile* profile) {
490 // in particular when this ProfileIOData isn't |initialized_| during deletion.
513 ProfileIOData::MediaRequestContext::MediaRequestContext(
519 void ProfileIOData::MediaRequestContext::SetHttpTransactionFactory(
525 ProfileIOData::MediaRequestContext::~MediaRequestContext() {}
527 ProfileIOData::AppRequestContext::AppRequestContext(
533 void ProfileIOData::AppRequestContext::SetCookieStore(
539 void ProfileIOData::AppRequestContext::SetHttpTransactionFactory(
545 void ProfileIOData
560 ProfileIOData::ProfileIOData(bool is_incognito) function in class:ProfileIOData
[all...]
H A Dprofile_io_data.h69 // Conceptually speaking, the ProfileIOData represents data that lives on the IO
72 // ProfileIOData, but will make sure to delete it on the IO thread (except
74 class ProfileIOData { class
76 virtual ~ProfileIOData();
78 static ProfileIOData* FromResourceContext(content::ResourceContext* rc);
98 // Initializes the ProfileIOData object and primes the RequestContext
258 // Created on the UI thread, read on the IO thread during ProfileIOData lazy
300 explicit ProfileIOData(bool is_incognito);
318 // ProfileIOData, and the derived class calls this method to set the
371 explicit ResourceContext(ProfileIOData* io_dat
[all...]

Completed in 133 milliseconds