Searched defs:ProfileIOData (Results 1 - 2 of 2) 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...]

Completed in 66 milliseconds