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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ThreadTimers.h 40 class ThreadTimers {
41 WTF_MAKE_NONCOPYABLE(ThreadTimers); WTF_MAKE_FAST_ALLOCATED;
43 ThreadTimers();
ThreadTimers.cpp 28 #include "core/platform/ThreadTimers.h"
46 // Timers are created, started and fired on the same thread, and each thread has its own ThreadTimers
55 ThreadTimers::ThreadTimers()
66 void ThreadTimers::setSharedTimer(SharedTimer* sharedTimer)
77 m_sharedTimer->setFiredFunction(ThreadTimers::sharedTimerFired);
82 void ThreadTimers::updateSharedTimer()
103 void ThreadTimers::sharedTimerFired()
108 threadGlobalData().threadTimers().sharedTimerFiredInternal();
113 void ThreadTimers::sharedTimerFiredInternal(
    [all...]

Completed in 64 milliseconds