Searched refs:notification_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dupdate_observer.cc17 : notification_(profile, "update.chromeos", IDR_NOTIFICATION_UPDATE,
21 notification_.Hide();
31 notification_.Show(l10n_util::GetStringUTF16(IDS_UPDATE_COMPLETED), true);
H A Dlow_battery_observer.cc16 : notification_(profile, "battery.chromeos",
46 (notification_.urgent() || remaining_minutes <= critical);
60 if (notification_.visible()) {
74 notification_.Show(l10n_util::GetStringFUTF16(IDS_LOW_BATTERY_MESSAGE,
80 notification_.Hide();
H A Dupdate_observer.h29 SystemNotification notification_; member in class:chromeos::UpdateObserver
H A Dlow_battery_observer.h33 SystemNotification notification_; member in class:chromeos::LowBatteryObserver
/external/chromium/chrome/browser/notifications/
H A Dballoon.cc17 notification_(new Notification(notification)),
39 notification_->Display();
47 notification_->Close(false);
48 notification_.reset(new Notification(notification));
49 notification_->Display();
56 notification_->Click();
60 notification_->Close(by_user);
H A Dballoon.h56 const Notification& notification() const { return *notification_.get(); }
116 scoped_ptr<Notification> notification_; member in class:Balloon
H A Dnotification_ui_manager.cc29 : notification_(notification),
33 const Notification& notification() const { return notification_; }
37 notification_ = new_notification;
42 Notification notification_; member in class:QueuedNotification
/external/chromium/chrome/browser/hang_monitor/
H A Dhung_window_detector.cc20 : notification_(notification),
24 DCHECK(NULL != notification_);
34 if (NULL == notification_) {
109 notification_->OnHungWindowDetected(child_window, top_level_window_,
H A Dhung_window_detector.h79 HungWindowNotification* notification_; member in class:HungWindowDetector
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc317 notification_(notification) {
318 registrar_.Add(this, notification_, NotificationService::AllSources());
327 if (type == notification_) {
H A Dautomation_provider_observers.h199 NotificationType notification_; member in class:TabStripNotificationObserver

Completed in 92 milliseconds