Searched refs:notifiers_ (Results 1 – 5 of 5) sorted by relevance
55 // Sets the icon on the checkbox corresponding to |notifiers_[index]|.61 // Returns the NSButton corresponding to the checkbox for |notifiers_[index]|.106 STLDeleteElements(¬ifiers_);120 notifiers_.clear();125 DCHECK(notifiers_.empty());126 provider_->GetNotifierList(¬ifiers_);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 …]
64 std::vector<message_center::Notifier*> notifiers_; variable
55 STLDeleteElements(¬ifiers_); in ~DownloadStatusUpdater()67 notifiers_.begin(); it != notifiers_.end(); ++it) { in GetProgress()93 notifiers_.push_back(new AllDownloadItemNotifier(manager, this)); in AddManager()
49 std::vector<AllDownloadItemNotifier*> notifiers_;
67 new FakeNotifierSettingsProvider(notifiers_)); in SetUp()123 std::vector<Notifier*> notifiers_; member in message_center::MessageCenterNotificationManagerTest