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

  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_mode_idle_app_name_notification.h 53 scoped_ptr<IdleAppNameNotificationView> notification_; member in class:chromeos::KioskModeIdleAppNameNotification
kiosk_external_updater.h 145 scoped_ptr<KioskExternalUpdateNotification> notification_; member in class:chromeos::KioskExternalUpdater
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac.h 41 scoped_ptr<Notification> notification_; member in class:QuitWithAppsController
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.h 53 DesktopNotificationBalloon notification_; member in class:StatusIconLinuxWrapper
  /external/chromium_org/jingle/notifier/listener/
push_notifications_send_update_task.h 37 const Notification notification_; member in class:notifier::PushNotificationsSendUpdateTask
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.h 56 SmsNotificationView* notification_; member in class:ash::TraySms
  /external/chromium_org/chrome/browser/ui/cocoa/status_icons/
status_icon_mac.h 54 DesktopNotificationBalloon notification_; member in class:StatusIconMac
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h 77 HungWindowNotification* notification_; member in class:HungWindowDetector
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.h 29 const message_center::Notification* notification_; variable
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.h 50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_; member in class:ToastNotificationHandler
  /external/chromium_org/chrome/browser/notifications/
notification_test_util.h 121 const Notification& notification() const { return notification_; }
131 Notification notification_; member in class:StubNotificationUIManager
message_center_notification_manager.h 169 const Notification& notification() const { return notification_; }
177 Notification notification_; member in class:MessageCenterNotificationManager::ProfileNotification
  /external/chromium_org/ui/message_center/views/
notification_view_unittest.cc 36 Notification* notification() { return notification_.get(); }
98 scoped_ptr<Notification> notification_; member in class:message_center::NotificationViewTest
115 notification_.reset(
125 notification_->set_small_image(CreateTestImage(16, 16));
126 notification_->set_image(CreateTestImage(320, 240));
130 NotificationView::Create(this, *notification_, true));
  /external/chromium_org/ui/message_center/
message_center_impl.cc 60 Notification* notification() const { return notification_.get(); }
77 scoped_ptr<Notification> notification_; member in class:message_center::internal::ChangeQueue::Change
135 notification_(notification.Pass()) {
137 (type != CHANGE_TYPE_DELETE || notification_.get() == NULL));
143 return notification_.Pass();

Completed in 209 milliseconds