PlatformThreadData   88 Source/core/Init.cpp     PlatformThreadData::current();
PlatformThreadData  133 Source/core/workers/WorkerRunLoop.cpp             PlatformThreadData::current().threadTimers().setSharedTimer(m_runLoop.m_sharedTimer.get());
PlatformThreadData  142 Source/core/workers/WorkerRunLoop.cpp             PlatformThreadData::current().threadTimers().setSharedTimer(0);
PlatformThreadData  163 Source/core/workers/WorkerThread.cpp     PlatformThreadData::current().destroy();
PlatformThreadData   40 Source/platform/PlatformThreadData.cpp static ThreadSpecific<PlatformThreadData>* s_data;
PlatformThreadData   42 Source/platform/PlatformThreadData.cpp PlatformThreadData::PlatformThreadData()
PlatformThreadData   47 Source/platform/PlatformThreadData.cpp PlatformThreadData::~PlatformThreadData()
PlatformThreadData   51 Source/platform/PlatformThreadData.cpp void PlatformThreadData::destroy()
PlatformThreadData   56 Source/platform/PlatformThreadData.cpp PlatformThreadData& PlatformThreadData::current()
PlatformThreadData   59 Source/platform/PlatformThreadData.cpp         s_data = new ThreadSpecific<PlatformThreadData>;
PlatformThreadData   42 Source/platform/PlatformThreadData.h class PLATFORM_EXPORT PlatformThreadData {
PlatformThreadData   43 Source/platform/PlatformThreadData.h     WTF_MAKE_NONCOPYABLE(PlatformThreadData);
PlatformThreadData   45 Source/platform/PlatformThreadData.h     PlatformThreadData();
PlatformThreadData   46 Source/platform/PlatformThreadData.h     ~PlatformThreadData();
PlatformThreadData   50 Source/platform/PlatformThreadData.h     static PlatformThreadData& current();
PlatformThreadData  108 Source/platform/ThreadTimers.cpp     PlatformThreadData::current().threadTimers().sharedTimerFiredInternal();
PlatformThreadData   51 Source/platform/Timer.cpp     return PlatformThreadData::current().threadTimers().timerHeap();
PlatformThreadData  392 Source/platform/Timer.cpp             PlatformThreadData::current().threadTimers().updateSharedTimer();
PlatformThreadData  401 Source/platform/Timer.cpp     PlatformThreadData::current().threadTimers().fireTimersInNestedEventLoop();