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

/external/chromium/chrome/browser/profiles/
H A Dprofile_io_data.cc48 profile_getter_ = new ProfileGetter(profile);
69 // the notifications. All methods of ProfileGetter must be invoked on the UI
71 class ProfileGetter class in class:__anon1495::ChromeCookieMonsterDelegate
72 : public base::RefCountedThreadSafe<ProfileGetter,
76 explicit ProfileGetter(Profile* profile) : profile_(profile) { function in class:__anon1495::ChromeCookieMonsterDelegate::ProfileGetter
102 friend class DeleteTask<ProfileGetter>;
104 virtual ~ProfileGetter() {}
126 scoped_refptr<ProfileGetter> profile_getter_;

Completed in 55 milliseconds