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

  /external/chromium_org/ui/message_center/
message_center_impl.h 127 // The PopupTimerCollection contains all the managed timers by their ID. They
130 typedef std::map<std::string, PopupTimer*> PopupTimerCollection;
131 PopupTimerCollection popup_timers_;
132 STLValueDeleter<PopupTimerCollection> popup_deleter_;
message_center_impl.cc 292 PopupTimerCollection::iterator iter = popup_timers_.find(id);
319 PopupTimerCollection::iterator iter = popup_timers_.find(id);
333 PopupTimerCollection::iterator iter = popup_timers_.find(id);
349 PopupTimerCollection::iterator iter = popup_timers_.find(id);

Completed in 36 milliseconds