Home
last modified time | relevance | path

Searched defs:WorkerThread (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/
Dworker_pool_linux.cc50 class WorkerThread : public PlatformThread::Delegate { class
52 WorkerThread(const std::string& name_prefix, int idle_seconds_before_exit, in WorkerThread() function in __anon2a82a24e0111::WorkerThread
/external/webkit/WebKit/chromium/src/
DWebWorkerBase.h43 class WorkerThread; variable
/external/webkit/WebCore/workers/
DWorkerContext.h52 class WorkerThread; variable
DWorkerThread.cpp80 WorkerThread::WorkerThread(const KURL& scriptURL, const String& userAgent, const String& sourceCode… in WorkerThread() function in WebCore::WorkerThread