Home
last modified time | relevance | path

Searched refs:ScriptStreamerThread (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptStreamerThread.cpp17 static ScriptStreamerThread* s_sharedThread = 0;
19 void ScriptStreamerThread::init() in init()
23 s_sharedThread = new ScriptStreamerThread(); in init()
26 void ScriptStreamerThread::shutdown() in shutdown()
33 ScriptStreamerThread* ScriptStreamerThread::shared() in shared()
38 void ScriptStreamerThread::postTask(WebThread::Task* task) in postTask()
47 void ScriptStreamerThread::taskDone() in taskDone()
54 blink::WebThread& ScriptStreamerThread::platformThread() in platformThread()
73 ScriptStreamerThread::shared()->taskDone(); in run()
DScriptStreamerThread.h19 class ScriptStreamerThread {
20 WTF_MAKE_NONCOPYABLE(ScriptStreamerThread);
24 static ScriptStreamerThread* shared();
37 ScriptStreamerThread() in ScriptStreamerThread() function
Dv8.gypi91 'ScriptStreamerThread.cpp',
92 'ScriptStreamerThread.h',
DScriptStreamer.cpp287 if (ScriptStreamerThread::shared()->isRunningTask()) { in notifyAppendData()
304 ScriptStreamerThread::shared()->postTask(task); in notifyAppendData()
DScriptStreamerTest.cpp110 while (ScriptStreamerThread::shared()->isRunningTask()) { in processTasksUntilStreamingComplete()
/external/chromium_org/third_party/WebKit/Source/core/
DInit.cpp113 ScriptStreamerThread::init(); in init()
120 ScriptStreamerThread::shutdown(); in shutdown()
Dwebcore_generated.target.darwin-x86.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.darwin-x86_64.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.linux-arm.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.darwin-arm.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.darwin-arm64.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.linux-mips64.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.linux-x86_64.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.darwin-mips64.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.linux-x86.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.linux-arm64.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.darwin-mips.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \
Dwebcore_generated.target.linux-mips.mk301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \