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.h 167 // multipel toasts by clicking. The mode ends when defer_timer_ expires.
169 scoped_ptr<base::OneShotTimer<MessagePopupCollection> > defer_timer_; member in class:message_center::MessagePopupCollection
message_popup_collection.cc 65 defer_timer_.reset(new base::OneShotTimer<MessagePopupCollection>);
192 defer_timer_->Stop();
203 defer_timer_->Start(

Completed in 693 milliseconds