Home
last modified time | relevance | path

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

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