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

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 70 latest_toast_entered_(NULL),
197 latest_toast_entered_ = toast_entered;
208 if (toast_exited != latest_toast_entered_)
210 latest_toast_entered_ = NULL;
message_popup_collection.h 202 ToastContentsView* latest_toast_entered_; member in class:message_center::MessagePopupCollection
message_popup_collection_unittest.cc 59 return collection_->latest_toast_entered_ != NULL;

Completed in 61 milliseconds