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

  /external/chromium_org/ui/message_center/views/
message_popup_collection.cc 73 defer_timer_.reset(new base::OneShotTimer<MessagePopupCollection>);
248 defer_timer_->Stop();
259 defer_timer_->Start(
message_popup_collection.h 205 // multipel toasts by clicking. The mode ends when defer_timer_ expires.
207 scoped_ptr<base::OneShotTimer<MessagePopupCollection> > defer_timer_; member in class:message_center::MessagePopupCollection

Completed in 3205 milliseconds