Searched refs:defer_timer_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dmessage_popup_collection.h181 // multipel toasts by clicking. The mode ends when defer_timer_ expires.
183 scoped_ptr<base::OneShotTimer<MessagePopupCollection> > defer_timer_; member in class:message_center::MessagePopupCollection
H A Dmessage_popup_collection.cc70 defer_timer_.reset(new base::OneShotTimer<MessagePopupCollection>);
181 defer_timer_->Stop();
192 defer_timer_->Start(

Completed in 89 milliseconds