Searched refs:platformThread (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLParserThread.cpp83 blink::WebThread& HTMLParserThread::platformThread() function in class:blink::HTMLParserThread
89 return m_thread->platformThread();
99 platformThread().postTask(new Task(closure));
H A DHTMLParserThread.h49 blink::WebThread& platformThread();
H A DHTMLDocumentParser.cpp96 return &HTMLParserThread::shared()->platformThread();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.cpp32 m_messageLoopInterruptor = adoptPtr(new MessageLoopInterruptor(&platformThread()));
33 platformThread().addTaskObserver(m_pendingGCRunner.get());
42 platformThread().removeTaskObserver(m_pendingGCRunner.get());
H A DWebThreadSupportingGC.h68 WebThread& platformThread() const function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamerThread.cpp44 platformThread().postTask(task);
54 blink::WebThread& ScriptStreamerThread::platformThread() function in class:blink::ScriptStreamerThread
H A DScriptStreamerThread.h50 blink::WebThread& platformThread();
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.cpp243 return m_thread->platformThread().threadId();

Completed in 1030 milliseconds