/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | SpinLockTest.cpp | 82 OwnPtr<WebThread> thread1 = adoptPtr(Platform::current()->createThread("thread1")); in TEST() 83 OwnPtr<WebThread> thread2 = adoptPtr(Platform::current()->createThread("thread2")); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | WebThreadSupportingGC.cpp | 16 : m_thread(adoptPtr(blink::Platform::current()->createThread(name))) in WebThreadSupportingGC()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | ScriptStreamerThread.cpp | 57 m_thread = adoptPtr(blink::Platform::current()->createThread("ScriptStreamerThread")); in platformThread()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | ParallelJobs.h | 71 …OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("Unfortunate parallel worker… in ParallelJobs()
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | AsyncAudioDecoder.cpp | 44 : m_thread(adoptPtr(Platform::current()->createThread("Audio Decoder"))) in AsyncAudioDecoder()
|
D | OfflineAudioDestinationNode.cpp | 90 … m_renderThread = adoptPtr(blink::Platform::current()->createThread("Offline Audio Renderer")); in startRendering()
|
/external/skia/experimental/Intersection/ |
D | EdgeWalker_Test.h | 50 void createThread(State4* statePtr, void* (*test)(void* ));
|
D | EdgeWalker_TestUtility.cpp | 488 void createThread(State4* statePtr, void* (*testFun)(void* )) { in createThread() function 513 createThread(statePtr, testFun); in dispatchTest4()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | EdgeWalker_Test.h | 50 void createThread(State4* statePtr, void* (*test)(void* ));
|
D | EdgeWalker_TestUtility.cpp | 488 void createThread(State4* statePtr, void* (*testFun)(void* )) { in createThread() function 513 createThread(statePtr, testFun); in dispatchTest4()
|
/external/chromium_org/mojo/services/html_viewer/ |
D | blink_platform_impl.h | 52 virtual blink::WebThread* createThread(const char* name);
|
D | blink_platform_impl.cc | 205 blink::WebThread* BlinkPlatformImpl::createThread(const char* name) { in createThread() function in mojo::BlinkPlatformImpl
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | ReverbConvolver.cpp | 125 …m_backgroundThread = adoptPtr(Platform::current()->createThread("Reverb convolution background thr… in ReverbConvolver()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageFrameGeneratorTest.cpp | 166 OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("DecodeThread")); in TEST_F()
|
D | DeferredImageDecoderTest.cpp | 224 OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("RasterThread")); in TEST_F()
|
/external/chromium_org/content/child/ |
D | blink_platform_impl.h | 87 virtual blink::WebThread* createThread(const char* name); in NON_EXPORTED_BASE()
|
D | blink_platform_impl.cc | 477 blink::WebThread* BlinkPlatformImpl::createThread(const char* name) { in createThread() function in content::BlinkPlatformImpl
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | Platform.h | 354 virtual WebThread* createThread(const char* name) { return 0; } in createThread() function
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/ |
D | HeapTest.cpp | 424 … m_threads.append(adoptPtr(Platform::current()->createThread("blink gc testing thread"))); in test() 3956 … OwnPtr<WebThread> sleepingThread = adoptPtr(Platform::current()->createThread("SleepingThread")); in test() 4653 …OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread")); in test() 4757 …OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread")); in test() 4860 …OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread")); in test() 5044 …OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread")); in test()
|
D | ThreadState.cpp | 329 m_sweeperThread = adoptPtr(blink::Platform::current()->createThread("Blink GC Sweeper")); in ThreadState()
|
D | Heap.cpp | 2078 …s_markingThreads->append(adoptPtr(blink::Platform::current()->createThread("Blink Heap Marker Thre… in init()
|