Home
last modified time | relevance | path

Searched refs:notifiers_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/message_center/cocoa/
Dsettings_controller.mm55 // Sets the icon on the checkbox corresponding to |notifiers_[index]|.
61 // Returns the NSButton corresponding to the checkbox for |notifiers_[index]|.
106 STLDeleteElements(&notifiers_);
120 notifiers_.clear();
125 DCHECK(notifiers_.empty());
126 provider_->GetNotifierList(&notifiers_);
226 int notifierCount = notifiers_.size();
228 message_center::Notifier* notifier = notifiers_[i];
315 for (size_t i = 0; i < notifiers_.size(); ++i) {
316 if (notifiers_[i]->notifier_id == id) {
[all …]
Dsettings_controller.h64 std::vector<message_center::Notifier*> notifiers_; variable
/external/chromium_org/chrome/browser/download/
Ddownload_status_updater.cc55 STLDeleteElements(&notifiers_); in ~DownloadStatusUpdater()
67 notifiers_.begin(); it != notifiers_.end(); ++it) { in GetProgress()
93 notifiers_.push_back(new AllDownloadItemNotifier(manager, this)); in AddManager()
Ddownload_status_updater.h49 std::vector<AllDownloadItemNotifier*> notifiers_;
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_notifications_unittest.cc67 new FakeNotifierSettingsProvider(notifiers_)); in SetUp()
123 std::vector<Notifier*> notifiers_; member in message_center::MessageCenterNotificationManagerTest