HomeSort by relevance Sort by last modified time
    Searched refs:notification_ (Results 26 - 38 of 38) sorted by null

12

  /external/chromium_org/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 50 notification_.DisplayBalloon(icon, title, contents);
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.cc 29 notification_.DisplayBalloon(icon, title, contents);
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.h 29 const message_center::Notification* notification_; variable
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 52 : notification_(GURL(),
63 notification_ = notification;
70 notification_ = notification;
78 return (notification_.id() == id) ? &notification_ : NULL;
94 if (source == notification_.origin_url() &&
96 notification_ids.insert(notification_.notification_id());
116 const Notification& notification() const { return notification_; }
123 Notification notification_; member in class:__anon7806::StubNotificationUIManager
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.h 170 const Notification& notification() const { return notification_; }
179 Notification notification_; member in class:MessageCenterNotificationManager::ProfileNotification
message_center_notification_manager.cc 492 notification_(notification),
501 downloads_->StartDownloads(notification_);
506 notification_.DoneRendering();
  /external/chromium_org/ash/system/chromeos/network/
tray_network.h 83 tray::NetworkNotificationView* notification_; member in class:ash::internal::TrayNetwork
  /external/chromium_org/base/debug/
trace_event_impl.cc 746 notification_(0) {
756 if (notification_ == 0)
758 notification_ |= notification;
762 if (notification_)
763 callback_copy_.Run(notification_);
    [all...]
trace_event_impl.h 525 int notification_; member in class:base::debug::TraceLog::NotificationHelper
  /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...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 376 notification_(notification) {
377 registrar_.Add(this, notification_,
388 DCHECK_EQ(notification_, type);
    [all...]
automation_provider_observers.h 264 int notification_; member in class:TabStripNotificationObserver
    [all...]

Completed in 1880 milliseconds

12