isCurrentThread 110 Source/bindings/v8/ScheduledAction.cpp ASSERT(worker->thread()->isCurrentThread()); isCurrentThread 87 Source/core/html/parser/HTMLDocumentParser.cpp ASSERT(backgroundThread()->isCurrentThread()); isCurrentThread 197 Source/core/workers/WorkerGlobalScope.cpp ASSERT(thread()->isCurrentThread()); isCurrentThread 284 Source/core/workers/WorkerGlobalScope.cpp return thread()->isCurrentThread(); isCurrentThread 98 Source/core/workers/WorkerMessagingProxy.cpp || (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); isCurrentThread 105 Source/core/workers/WorkerMessagingProxy.cpp || (m_executionContext->isWorkerGlobalScope() && toWorkerGlobalScope(m_executionContext.get())->thread()->isCurrentThread())); isCurrentThread 180 Source/core/workers/WorkerRunLoop.cpp ASSERT(m_context->thread()->isCurrentThread()); isCurrentThread 240 Source/core/workers/WorkerRunLoop.cpp ASSERT(m_context->thread()->isCurrentThread()); isCurrentThread 64 Source/core/workers/WorkerThread.h bool isCurrentThread() const; isCurrentThread 70 Source/modules/webdatabase/DatabaseThread.h bool isDatabaseThread() { return m_thread && m_thread->isCurrentThread(); } isCurrentThread 57 public/platform/WebThread.h virtual bool isCurrentThread() const = 0;