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

/external/webkit/Source/WebKit/mac/Workers/
H A DWebWorkersPrivate.h35 + (unsigned) workerThreadCount; variable
H A DWebWorkersPrivate.mm37 + (unsigned) workerThreadCount
40 return WebCore::WorkerThread::workerThreadCount();
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebWorkersPrivate.idl51 HRESULT workerThreadCount([out, retval] UINT* number);
/external/webkit/Source/WebKit/win/
H A DWebWorkersPrivate.cpp71 HRESULT WebWorkersPrivate::workerThreadCount(UINT* number) function in class:WebWorkersPrivate
77 *number = WebCore::WorkerThread::workerThreadCount();
H A DWebWorkersPrivate.h50 virtual HRESULT STDMETHODCALLTYPE workerThreadCount(UINT*);
/external/webkit/Source/WebCore/workers/
H A DWorkerThread.h60 static unsigned workerThreadCount();
H A DWorkerThread.cpp58 unsigned WorkerThread::workerThreadCount() function in class:WebCore::WorkerThread
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h57 Q_PROPERTY(int workerThreadCount READ workerThreadCount)
207 int workerThreadCount();
H A DLayoutTestControllerQt.cpp664 int LayoutTestController::workerThreadCount() function in class:LayoutTestController
666 return DumpRenderTreeSupportQt::workerThreadCount();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h114 static unsigned int workerThreadCount();
H A DDumpRenderTreeSupportGtk.cpp667 unsigned int DumpRenderTreeSupportGtk::workerThreadCount() function in class:DumpRenderTreeSupportGtk
670 return WebCore::WorkerThread::workerThreadCount();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h152 static int workerThreadCount();
H A DDumpRenderTreeSupportQt.cpp164 int DumpRenderTreeSupportQt::workerThreadCount() function in class:DumpRenderTreeSupportQt
167 return WebCore::WorkerThread::workerThreadCount();
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp303 unsigned LayoutTestController::workerThreadCount() const function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h129 unsigned workerThreadCount() const;
H A DLayoutTestController.cpp2087 return JSValueMakeNumber(context, controller->workerThreadCount());
2148 { "workerThreadCount", getWorkerThreadCountCallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp183 unsigned LayoutTestController::workerThreadCount() const function in class:LayoutTestController
185 return DumpRenderTreeSupportGtk::workerThreadCount();
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm326 unsigned LayoutTestController::workerThreadCount() const
328 return [WebWorkersPrivate workerThreadCount];
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp262 unsigned LayoutTestController::workerThreadCount() const function in class:LayoutTestController
268 if (FAILED(workers->workerThreadCount(&count)))

Completed in 322 milliseconds