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

  /external/webkit/Source/WebCore/platform/
ThreadGlobalData.h 48 class ThreadGlobalData {
49 WTF_MAKE_NONCOPYABLE(ThreadGlobalData);
51 ThreadGlobalData();
52 ~ThreadGlobalData();
53 void destroy(); // called on workers to clean up the ThreadGlobalData before the thread exits.
83 static ThreadSpecific<ThreadGlobalData>* staticData;
85 static ThreadGlobalData* staticData;
87 friend ThreadGlobalData& threadGlobalData();
90 inline ThreadGlobalData& threadGlobalData()
    [all...]
ThreadTimers.cpp 31 #include "ThreadGlobalData.h"
90 threadGlobalData().threadTimers().sharedTimerFiredInternal();
Timer.cpp 31 #include "ThreadGlobalData.h"
53 return threadGlobalData().threadTimers().timerHeap();
307 threadGlobalData().threadTimers().updateSharedTimer();
316 threadGlobalData().threadTimers().fireTimersInNestedEventLoop();
  /external/webkit/Source/WebCore/workers/
WorkerRunLoop.cpp 37 #include "ThreadGlobalData.h"
114 threadGlobalData().threadTimers().setSharedTimer(m_runLoop.m_sharedTimer.get());
122 threadGlobalData().threadTimers().setSharedTimer(0);
WorkerThread.cpp 38 #include "ThreadGlobalData.h"
151 // Clean up WebCore::ThreadGlobalData before WTF::WTFThreadData goes away!
152 threadGlobalData().destroy();
  /external/webkit/Source/WebCore/dom/
EventNames.h 25 #include "ThreadGlobalData.h"
193 friend class ThreadGlobalData;
203 return threadGlobalData().eventNames();
  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 32 #include "ThreadGlobalData.h"
51 return threadGlobalData().cachedConverterTEC();
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 30 #include "ThreadGlobalData.h"
53 return threadGlobalData().cachedConverterICU().converter;

Completed in 177 milliseconds