HomeSort by relevance Sort by last modified time
    Searched full:notification_ (Results 1 - 12 of 12) sorted by null

  /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);
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
balloon.h 56 const Notification& notification() const { return *notification_.get(); }
116 scoped_ptr<Notification> notification_; member in class:Balloon
  /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();
low_battery_observer.h 33 SystemNotification notification_; member in class:chromeos::LowBatteryObserver
update_observer.h 29 SystemNotification notification_; member in class:chromeos::UpdateObserver
  /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/resources/picasaweb_uploader/
background.html 75 this.notification_ = notification;
87 this.notification_.update(this.filesDone_, this.filesTotal_,
110 this.notification_.showFailed(this.filesDone_, this.filesTotal_);
112 this.notification_.showCanceled(this.filesDone_, this.filesTotal_);
114 this.notification_.showCompleted(this.filesDone_, this.album_.link);
  /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...]

Completed in 587 milliseconds