/external/chromium/chrome/browser/chromeos/ |
update_observer.cc | 17 : notification_(profile, "update.chromeos", IDR_NOTIFICATION_UPDATE, 21 notification_.Hide(); 31 notification_.Show(l10n_util::GetStringUTF16(IDS_UPDATE_COMPLETED), true);
|
low_battery_observer.cc | 16 : 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();
|
update_observer.h | 29 SystemNotification notification_; member in class:chromeos::UpdateObserver
|
low_battery_observer.h | 33 SystemNotification notification_; member in class:chromeos::LowBatteryObserver
|
/external/chromium/chrome/browser/notifications/ |
balloon.cc | 17 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);
|
balloon.h | 56 const Notification& notification() const { return *notification_.get(); } 116 scoped_ptr<Notification> notification_; member in class:Balloon
|
notification_ui_manager.cc | 29 : 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/ |
hung_window_detector.cc | 20 : notification_(notification), 24 DCHECK(NULL != notification_); 34 if (NULL == notification_) { 109 notification_->OnHungWindowDetected(child_window, top_level_window_,
|
hung_window_detector.h | 79 HungWindowNotification* notification_; member in class:HungWindowDetector
|
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.cc | 317 notification_(notification) { 318 registrar_.Add(this, notification_, NotificationService::AllSources()); 327 if (type == notification_) { [all...] |
automation_provider_observers.h | 199 NotificationType notification_; member in class:TabStripNotificationObserver [all...] |