Searched refs:workerThreadCount (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebWorkerInfo.cpp40 return WebCore::WorkerThread::workerThreadCount();
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.h70 static unsigned workerThreadCount();
H A DWorkerThread.cpp62 unsigned WorkerThread::workerThreadCount() function in class:WebCore::WorkerThread
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h211 unsigned workerThreadCount() const;
H A DInternals.idl167 readonly attribute unsigned long workerThreadCount;
H A DInternals.cpp245 unsigned Internals::workerThreadCount() const function in class:WebCore::Internals
247 return WorkerThread::workerThreadCount();

Completed in 138 milliseconds