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

  /external/webkit/WebCore/platform/
ThreadGlobalData.h 48 class ThreadGlobalData : public Noncopyable {
50 ThreadGlobalData();
51 ~ThreadGlobalData();
85 static ThreadSpecific<ThreadGlobalData>* staticData;
87 static ThreadGlobalData* staticData;
89 friend ThreadGlobalData& threadGlobalData();
92 inline ThreadGlobalData& threadGlobalData()
98 // ThreadGlobalData is used on main thread before it could possibly be used on secondary ones, so there is no need for (…)
    [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/WebCore/workers/
WorkerRunLoop.cpp 37 #include "ThreadGlobalData.h"
113 threadGlobalData().threadTimers().setSharedTimer(m_runLoop.m_sharedTimer.get());
121 threadGlobalData().threadTimers().setSharedTimer(0);
  /external/webkit/WebCore/dom/
EventNames.h 26 #include "ThreadGlobalData.h"
166 friend class ThreadGlobalData;
176 return threadGlobalData().eventNames();
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.cpp 34 #include "ThreadGlobalData.h"
50 return threadGlobalData().cachedConverterTEC();
  /external/webkit/WebCore/platform/text/
AtomicString.cpp 31 #include "ThreadGlobalData.h"
45 return threadGlobalData().atomicStringTable();
TextCodecICU.cpp 33 #include "ThreadGlobalData.h"
55 return threadGlobalData().cachedConverterICU().converter;
StringImpl.cpp 36 #include "ThreadGlobalData.h"
127 return threadGlobalData().emptyString();

Completed in 98 milliseconds