HomeSort by relevance Sort by last modified time
    Searched defs:ProfileIOData (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 131 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)
206 ProfileIOData::~ProfileIOData() {
207 // If we have never initialized ProfileIOData, then Handle may hold the onl
    [all...]
profile_io_data.h 48 // 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> {
64 // they get called, from ProfileIOData owning ChromeURLRequestContext to vice
75 friend class base::RefCountedThreadSafe<ProfileIOData>;
    [all...]

Completed in 26 milliseconds