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

  /external/chromium/chrome/common/
worker_thread_ticker.h 74 typedef std::vector<Callback*> TickHandlerListType;
86 TickHandlerListType tick_handler_list_;
worker_thread_ticker.cc 22 TickHandlerListType* handlers = &ticker_->tick_handler_list_;
23 for (TickHandlerListType::const_iterator i = handlers->begin();
64 TickHandlerListType::iterator index = std::remove(tick_handler_list_.begin(),

Completed in 141 milliseconds