HomeSort by relevance Sort by last modified time
    Searched refs:notifiers_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/download/
download_status_updater.h 49 std::vector<AllDownloadItemNotifier*> notifiers_; member in class:DownloadStatusUpdater
download_status_updater.cc 55 STLDeleteElements(&notifiers_);
67 notifiers_.begin(); it != notifiers_.end(); ++it) {
93 notifiers_.push_back(new AllDownloadItemNotifier(manager, this));
  /external/chromium_org/ui/message_center/cocoa/
settings_controller.h 61 std::vector<message_center::Notifier*> notifiers_; member in namespace:NSViewController
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 79 new FakeNotifierSettingsProvider(notifiers_));
119 std::vector<Notifier*> notifiers_; member in class:message_center::MessageCenterNotificationManagerTest

Completed in 45 milliseconds