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

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 124 int base = GetBaseLine(toasts_.empty() ? NULL : toasts_.back());
151 toasts_.push_back(toast);
216 while (!toasts_.empty()) {
217 ToastContentsView* toast = toasts_.front();
218 toasts_.pop_front();
232 toasts_.remove(toast);
251 for (Toasts::const_iterator iter = toasts_.begin(); iter != toasts_.end();) {
277 if (toasts_.empty()
    [all...]
message_popup_collection.h 114 // Creates new widgets for new toast notifications, and updates |toasts_| and
154 Toasts toasts_; member in class:message_center::MessagePopupCollection
message_popup_collection_unittest.cc 55 return collection_->toasts_.size();
86 collection_->toasts_.begin();
87 iter != collection_->toasts_.end(); ++iter) {

Completed in 1016 milliseconds