Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/notifications/
Dsystem_notification.cc16 void SystemNotification::Init(int icon_resource_id) { in Init()
25 SystemNotification::SystemNotification(Profile* profile, in SystemNotification() function in chromeos::SystemNotification
38 SystemNotification::SystemNotification(Profile* profile, in SystemNotification() function in chromeos::SystemNotification
51 SystemNotification::~SystemNotification() { in ~SystemNotification()
54 void SystemNotification::Show(const string16& message, in Show()
60 void SystemNotification::Show(const string16& message, in Show()
84 void SystemNotification::Hide() { in Hide()
Dsystem_notification.h24 class SystemNotification {
29 SystemNotification(Profile* profile,
35 SystemNotification(Profile* profile,
40 virtual ~SystemNotification();
90 DISALLOW_COPY_AND_ASSIGN(SystemNotification);
/external/chromium/chrome/browser/chromeos/
Dnetwork_message_observer.h69 SystemNotification notification_connection_error_;
71 SystemNotification notification_low_data_;
73 SystemNotification notification_no_data_;
Dupdate_observer.h29 SystemNotification notification_;
Dlow_battery_observer.h33 SystemNotification notification_;
Dlocale_change_guard.h54 scoped_ptr<chromeos::SystemNotification> note_;
Dsms_observer.cc103 SystemNotification note( in OnNewMessage()
Dlocale_change_guard.cc156 note_.reset(new chromeos::SystemNotification( in Check()
/external/chromium/chrome/browser/chromeos/extensions/
Dfile_browser_event_router.h19 class SystemNotification; variable
42 typedef std::map<std::string, linked_ptr<chromeos::SystemNotification> >
Dfile_browser_event_router.cc224 chromeos::SystemNotification* notification = in ShowDeviceNotification()
225 new chromeos::SystemNotification( in ShowDeviceNotification()
231 linked_ptr<chromeos::SystemNotification>(notification))); in ShowDeviceNotification()