Searched refs:ScriptStreamerThread (Results 1 – 18 of 18) sorted by relevance
17 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()
19 class ScriptStreamerThread {20 WTF_MAKE_NONCOPYABLE(ScriptStreamerThread);24 static ScriptStreamerThread* shared();37 ScriptStreamerThread() in ScriptStreamerThread() function
91 'ScriptStreamerThread.cpp',92 'ScriptStreamerThread.h',
287 if (ScriptStreamerThread::shared()->isRunningTask()) { in notifyAppendData()304 ScriptStreamerThread::shared()->postTask(task); in notifyAppendData()
110 while (ScriptStreamerThread::shared()->isRunningTask()) { in processTasksUntilStreamingComplete()
113 ScriptStreamerThread::init(); in init()120 ScriptStreamerThread::shutdown(); in shutdown()
301 third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp \