Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dbackground_contents_service.cc49 class CrashNotificationDelegate : public NotificationDelegate { class
51 CrashNotificationDelegate(Profile* profile, const Extension* extension) in CrashNotificationDelegate() function in __anone13ba6ff0111::CrashNotificationDelegate
57 ~CrashNotificationDelegate() { in ~CrashNotificationDelegate()
88 DISALLOW_COPY_AND_ASSIGN(CrashNotificationDelegate);
102 new CrashNotificationDelegate(profile, extension)); in ShowBalloon()
/external/chromium_org/chrome/browser/background/
Dbackground_contents_service.cc92 class CrashNotificationDelegate : public NotificationDelegate { class
94 CrashNotificationDelegate(Profile* profile, in CrashNotificationDelegate() function in __anon4f9d67950111::CrashNotificationDelegate
148 virtual ~CrashNotificationDelegate() {} in ~CrashNotificationDelegate()
155 DISALLOW_COPY_AND_ASSIGN(CrashNotificationDelegate);
162 scoped_refptr<CrashNotificationDelegate> delegate, in NotificationImageReady()
211 make_scoped_refptr(new CrashNotificationDelegate(profile, extension)), in ShowBalloon()