currentThread      48 Source/bindings/v8/V8StringResource.h         m_threadId = WTF::currentThread();
currentThread      59 Source/bindings/v8/V8StringResource.h         m_threadId = WTF::currentThread();
currentThread      68 Source/bindings/v8/V8StringResource.h         ASSERT(m_threadId == WTF::currentThread());
currentThread      81 Source/bindings/v8/V8StringResource.h         ASSERT(m_threadId == WTF::currentThread());
currentThread      92 Source/core/fetch/MemoryCache.cpp         blink::Platform::current()->currentThread()->removeTaskObserver(this);
currentThread     600 Source/core/fetch/MemoryCache.cpp             blink::Platform::current()->currentThread()->addTaskObserver(this);
currentThread     636 Source/core/fetch/MemoryCache.cpp         blink::Platform::current()->currentThread()->removeTaskObserver(this);
currentThread     239 Source/core/fetch/MemoryCacheTest.cpp             blink::Platform::current()->currentThread()->exitRunLoop();
currentThread     247 Source/core/fetch/MemoryCacheTest.cpp     blink::Platform::current()->currentThread()->postTask(new Task1(cachedLiveResource, cachedDeadResource));
currentThread     248 Source/core/fetch/MemoryCacheTest.cpp     blink::Platform::current()->currentThread()->postTask(new Task2(cachedLiveResource->encodedSize() + cachedLiveResource->overheadSize()));
currentThread     249 Source/core/fetch/MemoryCacheTest.cpp     blink::Platform::current()->currentThread()->enterRunLoop();
currentThread      70 Source/core/html/parser/HTMLParserThread.cpp     if (blink::Platform::current()->currentThread()) {
currentThread      54 Source/core/inspector/TraceEventDispatcher.cpp     self->enqueueEvent(TraceEvent(timestamp, phase, name, id, currentThread(), numArgs, argNames, argTypes, argValues));
currentThread      81 Source/core/testing/InspectorFrontendClientLocal.cpp         blink::Platform::current()->currentThread()->postTask(taskImpl);
currentThread      40 Source/core/testing/UnitTestHelpers.cpp         blink::Platform::current()->currentThread()->exitRunLoop();
currentThread      46 Source/core/testing/UnitTestHelpers.cpp     blink::Platform::current()->currentThread()->postTask(new QuitTask);
currentThread      47 Source/core/testing/UnitTestHelpers.cpp     blink::Platform::current()->currentThread()->enterRunLoop();
currentThread     242 Source/core/workers/WorkerThread.cpp     return m_threadID == currentThread();
currentThread     519 Source/core/xml/parser/XMLDocumentParser.cpp     return XMLDocumentParserScope::currentFetcher && currentThread() == libxmlLoaderThread;
currentThread     610 Source/core/xml/parser/XMLDocumentParser.cpp     ASSERT(currentThread() == libxmlLoaderThread);
currentThread     686 Source/core/xml/parser/XMLDocumentParser.cpp     libxmlLoaderThread = currentThread();
currentThread     127 Source/modules/crypto/CryptoResultImpl.cpp     , m_owningThread(currentThread())
currentThread     149 Source/modules/crypto/CryptoResultImpl.cpp     ASSERT(m_owningThread == currentThread());
currentThread     689 Source/modules/webaudio/AudioContext.cpp     ThreadIdentifier thisThread = currentThread();
currentThread     704 Source/modules/webaudio/AudioContext.cpp     ThreadIdentifier thisThread = currentThread();
currentThread     737 Source/modules/webaudio/AudioContext.cpp     ASSERT(currentThread() == m_graphOwnerThread);
currentThread     745 Source/modules/webaudio/AudioContext.cpp     return currentThread() == m_audioThread;
currentThread     750 Source/modules/webaudio/AudioContext.cpp     return currentThread() == m_graphOwnerThread;
currentThread      61 Source/modules/webaudio/AudioDestinationNode.cpp     context()->setAudioThread(currentThread());
currentThread      89 Source/modules/webdatabase/sqlite/SQLiteDatabase.cpp         m_openingThread = currentThread();
currentThread      98 Source/modules/webdatabase/sqlite/SQLiteDatabase.h         ASSERT(m_sharable || currentThread() == m_openingThread || !m_db);
currentThread     175 Source/platform/Supplementable.h         ASSERT(m_threadId == currentThread());
currentThread     182 Source/platform/Supplementable.h         ASSERT(m_threadId == currentThread());
currentThread     188 Source/platform/Supplementable.h         ASSERT(m_threadId == currentThread());
currentThread     195 Source/platform/Supplementable.h         m_threadId = currentThread();
currentThread     201 Source/platform/Supplementable.h     SupplementableBase() : m_threadId(currentThread()) { }
currentThread     195 Source/platform/Timer.cpp     , m_thread(currentThread())
currentThread     208 Source/platform/Timer.cpp     ASSERT(m_thread == currentThread());
currentThread     217 Source/platform/Timer.cpp     ASSERT(m_thread == currentThread());
currentThread     368 Source/platform/Timer.cpp     ASSERT(m_thread == currentThread());
currentThread     134 Source/platform/Timer.h     ASSERT(m_thread == currentThread());
currentThread      65 Source/platform/graphics/Canvas2DLayerManager.cpp         blink::Platform::current()->currentThread()->removeTaskObserver(this);
currentThread      84 Source/platform/graphics/Canvas2DLayerManager.cpp     blink::Platform::current()->currentThread()->removeTaskObserver(this);
currentThread     108 Source/platform/graphics/Canvas2DLayerManager.cpp         blink::Platform::current()->currentThread()->addTaskObserver(this);
currentThread     247 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->exitRunLoop();
currentThread     275 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(), true));
currentThread     276 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->enterRunLoop();
currentThread     283 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(), true));
currentThread     284 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->enterRunLoop();
currentThread     288 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(), true));
currentThread     289 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->enterRunLoop();
currentThread     294 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(), false));
currentThread     295 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->enterRunLoop();
currentThread     299 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, layer.get(), false));
currentThread     300 Source/platform/graphics/Canvas2DLayerManagerTest.cpp         blink::Platform::current()->currentThread()->enterRunLoop();
currentThread     230 Source/platform/heap/ThreadState.cpp     : m_thread(currentThread())
currentThread     261 Source/platform/heap/ThreadState.h         ASSERT(m_thread == currentThread());
currentThread     217 Source/web/WebDevToolsAgentImpl.cpp         blink::Platform::current()->currentThread()->removeTaskObserver(this);
currentThread     227 Source/web/WebDevToolsAgentImpl.cpp     blink::Platform::current()->currentThread()->addTaskObserver(this);
currentThread     237 Source/web/WebDevToolsAgentImpl.cpp     blink::Platform::current()->currentThread()->addTaskObserver(this);
currentThread     243 Source/web/WebDevToolsAgentImpl.cpp     blink::Platform::current()->currentThread()->removeTaskObserver(this);
currentThread     119 Source/web/WebKit.cpp     if (WebThread* currentThread = platform->currentThread()) {
currentThread     125 Source/web/WebKit.cpp         currentThread->addTaskObserver(s_endOfTaskRunner);
currentThread     167 Source/web/WebKit.cpp     if (WebThread* currentThread = platform->currentThread()) {
currentThread     170 Source/web/WebKit.cpp         currentThread->addTaskObserver(s_pendingGCRunner);
currentThread     173 Source/web/WebKit.cpp         s_messageLoopInterruptor = new WebCore::MessageLoopInterruptor(currentThread);
currentThread     196 Source/web/WebKit.cpp     if (Platform::current()->currentThread()) {
currentThread     201 Source/web/WebKit.cpp         Platform::current()->currentThread()->removeTaskObserver(s_endOfTaskRunner);
currentThread     221 Source/web/WebKit.cpp     if (Platform::current()->currentThread()) {
currentThread     186 Source/web/tests/AssociatedURLLoaderTest.cpp             Platform::current()->currentThread()->exitRunLoop();
currentThread     230 Source/web/tests/AssociatedURLLoaderTest.cpp         Platform::current()->currentThread()->enterRunLoop();
currentThread      59 Source/web/tests/FrameTestHelpers.cpp         Platform::current()->currentThread()->postTask(this);
currentThread      64 Source/web/tests/FrameTestHelpers.cpp         Platform::current()->currentThread()->exitRunLoop();
currentThread      95 Source/web/tests/FrameTestHelpers.cpp     Platform::current()->currentThread()->enterRunLoop();
currentThread      51 Source/wtf/MainThread.cpp     mainThreadIdentifier = currentThread();
currentThread      73 Source/wtf/MainThread.cpp     return currentThread() == mainThreadIdentifier;
currentThread      66 Source/wtf/ThreadRestrictionVerifier.h         m_owningThread = currentThread();
currentThread      75 Source/wtf/ThreadRestrictionVerifier.h         return m_owningThread == currentThread();
currentThread      58 Source/wtf/Threading.h WTF_EXPORT ThreadIdentifier currentThread();
currentThread      71 Source/wtf/Threading.h using WTF::currentThread;
currentThread      47 Source/wtf/WeakPtr.h         ASSERT(m_boundThread == currentThread());
currentThread      53 Source/wtf/WeakPtr.h         ASSERT(m_boundThread == currentThread());
currentThread      61 Source/wtf/WeakPtr.h         m_boundThread = currentThread();
currentThread      72 Source/wtf/WeakPtr.h         , m_boundThread(currentThread())
currentThread     360 public/platform/Platform.h     virtual WebThread* currentThread() { return 0; }