Home
last modified time | relevance | path

Searched refs:ProfileGetter (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc48 profile_getter_ = new ProfileGetter(profile); in ChromeCookieMonsterDelegate()
71 class ProfileGetter class in __anon33450f120111::ChromeCookieMonsterDelegate
72 : public base::RefCountedThreadSafe<ProfileGetter,
76 explicit ProfileGetter(Profile* profile) : profile_(profile) { in ProfileGetter() function in __anon33450f120111::ChromeCookieMonsterDelegate::ProfileGetter
102 friend class DeleteTask<ProfileGetter>;
104 virtual ~ProfileGetter() {} in ~ProfileGetter()
126 scoped_refptr<ProfileGetter> profile_getter_;