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

  /external/chromium_org/ui/message_center/
message_center_impl.h 32 class PopupTimer {
37 PopupTimer(const std::string& id,
40 ~PopupTimer();
75 DISALLOW_COPY_AND_ASSIGN(PopupTimer);
108 // Starts a timer (by creating a PopupTimer) for |id|.
130 typedef std::map<std::string, PopupTimer*> PopupTimerCollection;
message_center_impl.cc 233 // PopupTimer
235 PopupTimer::PopupTimer(const std::string& id,
243 PopupTimer::~PopupTimer() {
251 void PopupTimer::Start() {
264 void PopupTimer::Pause() {
272 void PopupTimer::Reset() {
299 PopupTimer* timer = new PopupTimer(id, timeout, AsWeakPtr())
    [all...]

Completed in 716 milliseconds