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

  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 130 return notifier_groups_.size();
135 DCHECK_LT(index, notifier_groups_.size());
136 return *(notifier_groups_[index]);
146 DCHECK_LT(current_notifier_group_, notifier_groups_.size());
147 return *(notifier_groups_[current_notifier_group_]);
151 DCHECK_LT(index, notifier_groups_.size());
168 notifier_groups_[current_notifier_group_];
287 Profile* profile = notifier_groups_[current_notifier_group_]->profile();
369 notifier_groups_.clear();
391 notifier_groups_.push_back(group.release())
    [all...]
message_center_settings_controller.h 90 ScopedVector<message_center::ProfileNotifierGroup> notifier_groups_; member in class:MessageCenterSettingsController

Completed in 59 milliseconds