Searched refs:SystemNotification (Results 1 – 10 of 10) sorted by relevance
16 void SystemNotification::Init(int icon_resource_id) { in Init()25 SystemNotification::SystemNotification(Profile* profile, in SystemNotification() function in chromeos::SystemNotification38 SystemNotification::SystemNotification(Profile* profile, in SystemNotification() function in chromeos::SystemNotification51 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()
24 class SystemNotification {29 SystemNotification(Profile* profile,35 SystemNotification(Profile* profile,40 virtual ~SystemNotification();90 DISALLOW_COPY_AND_ASSIGN(SystemNotification);
69 SystemNotification notification_connection_error_;71 SystemNotification notification_low_data_;73 SystemNotification notification_no_data_;
29 SystemNotification notification_;
33 SystemNotification notification_;
54 scoped_ptr<chromeos::SystemNotification> note_;
103 SystemNotification note( in OnNewMessage()
156 note_.reset(new chromeos::SystemNotification( in Check()
19 class SystemNotification; variable42 typedef std::map<std::string, linked_ptr<chromeos::SystemNotification> >
224 chromeos::SystemNotification* notification = in ShowDeviceNotification()225 new chromeos::SystemNotification( in ShowDeviceNotification()231 linked_ptr<chromeos::SystemNotification>(notification))); in ShowDeviceNotification()