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 136 int base = GetBaseLine(toasts_.empty() ? NULL : toasts_.back());
162 toasts_.push_back(toast);
226 while (!toasts_.empty()) {
227 ToastContentsView* toast = toasts_.front();
228 toasts_.pop_front();
242 toasts_.remove(toast);
274 for (Toasts::const_iterator iter = toasts_.begin(); iter != toasts_.end();) {
300 if (toasts_.empty()
    [all...]
message_popup_collection_unittest.cc 55 return collection_->toasts_.size();
77 collection_->toasts_.begin();
78 iter != collection_->toasts_.end(); ++iter) {
message_popup_collection.h 147 // Creates new widgets for new toast notifications, and updates |toasts_| and
189 Toasts toasts_; member in class:message_center::MessagePopupCollection

Completed in 570 milliseconds