HomeSort by relevance Sort by last modified time
    Searched refs:WebThread (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThread.h 36 #include "public/platform/WebThread.h"
49 OwnPtr<blink::WebThread> m_thread;
  /external/chromium_org/third_party/WebKit/public/platform/
WebThread.h 36 class BLINK_PLATFORM_EXPORT WebThread {
62 // enterRunLoop() processes tasks posted to this WebThread. This call does not return until some task calls exitRunLoop().
63 // WebThread does not support nesting, meaning that once the run loop is entered for a given WebThread it is not valid to
68 // Must be called when the WebThread is running.
71 virtual ~WebThread() { }
WebCompositorSupport.h 53 class WebThread;
Platform.h 93 class WebThread;
359 virtual WebThread* createThread(const char* name) { return 0; }
363 virtual WebThread* currentThread() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/platform/
Task.h 34 #include "public/platform/WebThread.h"
39 class Task : public blink::WebThread::Task {
  /external/chromium_org/third_party/WebKit/Source/core/testing/
UnitTestHelpers.cpp 30 #include "public/platform/WebThread.h"
36 class QuitTask : public blink::WebThread::Task {
InspectorFrontendClientLocal.cpp 42 #include "public/platform/WebThread.h"
71 class TaskImpl : public blink::WebThread::Task {
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.h 43 class WebThread;
86 OwnPtr<blink::WebThread> m_backgroundThread;
HRTFDatabaseLoader.h 33 #include "public/platform/WebThread.h"
86 OwnPtr<blink::WebThread> m_databaseLoaderThread;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
ParallelJobs.h 33 #include "public/platform/WebThread.h"
70 OwnPtr<blink::WebThread> thread = adoptPtr(blink::Platform::current()->createThread("Unfortunate parallel worker"));
95 Vector<OwnPtr<blink::WebThread> > m_threads;
  /external/chromium_org/webkit/child/
webkitplatformsupport_child_impl.h 46 virtual blink::WebThread* createThread(const char* name);
47 virtual blink::WebThread* currentThread();
webthread_impl.cc 5 // An implementation of WebThread in terms of base::MessageLoop and
24 TaskObserverAdapter(WebThread::TaskObserver* observer)
36 WebThread::TaskObserver* observer_;
65 FROM_HERE, base::Bind(&blink::WebThread::Task::run, base::Owned(task)));
72 base::Bind(&blink::WebThread::Task::run, base::Owned(task)),
103 FROM_HERE, base::Bind(&blink::WebThread::Task::run, base::Owned(task)));
110 base::Bind(&blink::WebThread::Task::run, base::Owned(task)),
webthread_impl.h 11 #include "third_party/WebKit/public/platform/WebThread.h"
16 class WebThreadBase : public blink::WebThread {
webkitplatformsupport_child_impl.cc 61 blink::WebThread* WebKitPlatformSupportChildImpl::createThread(
66 blink::WebThread* WebKitPlatformSupportChildImpl::currentThread() {
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.h 28 #include "public/platform/WebThread.h"
53 OwnPtr<blink::WebThread> m_thread;
OfflineAudioDestinationNode.h 30 #include "public/platform/WebThread.h"
71 OwnPtr<blink::WebThread> m_renderThread;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManager.h 29 #include "public/platform/WebThread.h"
35 class PLATFORM_EXPORT Canvas2DLayerManager : public blink::WebThread::TaskObserver {
Canvas2DLayerManager.cpp 31 using blink::WebThread;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
SpinLockTest.cpp 36 #include "public/platform/WebThread.h"
83 OwnPtr<blink::WebThread> thread1 = adoptPtr(blink::Platform::current()->createThread("thread1"));
84 OwnPtr<blink::WebThread> thread2 = adoptPtr(blink::Platform::current()->createThread("thread2"));
FrameTestHelpers.cpp 42 #include "public/platform/WebThread.h"
52 class QuitTask : public WebThread::Task {
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 51 #include "public/platform/WebThread.h"
64 class EndOfTaskRunner : public WebThread::TaskObserver {
75 static WebThread::TaskObserver* s_endOfTaskRunner = 0;
110 if (WebThread* currentThread = platform->currentThread()) {
WebDevToolsAgentImpl.h 40 #include "public/platform/WebThread.h"
72 private WebThread::TaskObserver {
124 // WebThread::TaskObserver
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.h 31 #include "public/platform/WebThread.h"
75 OwnPtr<blink::WebThread> m_thread;
DatabaseTask.h 73 class DatabaseTask : public blink::WebThread::Task {
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.h 29 #include "public/platform/WebThread.h"
62 class MemoryCache : public blink::WebThread::TaskObserver {

Completed in 1360 milliseconds

1 2