Home
last modified time | relevance | path

Searched refs:ThreadTimers (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DThreadTimers.cpp55 ThreadTimers::ThreadTimers() in ThreadTimers() function in WebCore::ThreadTimers
66 void ThreadTimers::setSharedTimer(SharedTimer* sharedTimer) in setSharedTimer()
77 m_sharedTimer->setFiredFunction(ThreadTimers::sharedTimerFired); in setSharedTimer()
82 void ThreadTimers::updateSharedTimer() in updateSharedTimer()
103 void ThreadTimers::sharedTimerFired() in sharedTimerFired()
113 void ThreadTimers::sharedTimerFiredInternal() in sharedTimerFiredInternal()
146 void ThreadTimers::fireTimersInNestedEventLoop() in fireTimersInNestedEventLoop()
DPlatformThreadData.h40 class ThreadTimers; variable
48 ThreadTimers& threadTimers() { return *m_threadTimers; } in threadTimers()
54 OwnPtr<ThreadTimers> m_threadTimers;
DThreadTimers.h41 class PLATFORM_EXPORT ThreadTimers {
42 WTF_MAKE_NONCOPYABLE(ThreadTimers); WTF_MAKE_FAST_ALLOCATED;
44 ThreadTimers();
DPlatformThreadData.cpp43 : m_threadTimers(adoptPtr(new ThreadTimers)) in PlatformThreadData()
DTimer.h103 friend class ThreadTimers; variable
Dblink_platform.gypi123 'ThreadTimers.cpp',
124 'ThreadTimers.h',
Dblink_platform.target.linux-mips.mk86 third_party/WebKit/Source/platform/ThreadTimers.cpp \
Dblink_platform.target.linux-x86.mk86 third_party/WebKit/Source/platform/ThreadTimers.cpp \
Dblink_platform.target.darwin-mips.mk86 third_party/WebKit/Source/platform/ThreadTimers.cpp \
Dblink_platform.target.linux-arm.mk87 third_party/WebKit/Source/platform/ThreadTimers.cpp \
Dblink_platform.target.darwin-x86.mk86 third_party/WebKit/Source/platform/ThreadTimers.cpp \
Dblink_platform.target.darwin-arm.mk87 third_party/WebKit/Source/platform/ThreadTimers.cpp \