Home
last modified time | relevance | path

Searched defs:currentThread (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebKit.cpp105 if (WebThread* currentThread = platform->currentThread()) { in initialize() local
153 if (WebThread* currentThread = platform->currentThread()) { in initializeWithoutV8() local
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA1/
DSDL_main.cpp102 RThread currentThread; in E32Main() local
/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadingPthreads.cpp100 ThreadIdentifier currentThread() in currentThread() function
DThreadingWin.cpp153 ThreadIdentifier currentThread() in currentThread() function
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptStreamerTest.cpp109 WebThread* currentThread = blink::Platform::current()->currentThread(); in processTasksUntilStreamingComplete() local
/external/chromium_org/mojo/services/html_viewer/
Dblink_platform_impl.cc209 blink::WebThread* BlinkPlatformImpl::currentThread() { in currentThread() function in mojo::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DRecordingImageBufferSurfaceTest.cpp288 virtual WebThread* currentThread() OVERRIDE { return &m_currentThread; } in currentThread() function in __anon670e20580211::AutoInstallCurrentThreadPlatformMock::CurrentThreadPlatformMock
/external/chromium_org/third_party/WebKit/Source/web/tests/
DTextFinderTest.cpp426 virtual WebThread* currentThread() OVERRIDE { return ensureFallback().currentThread(); } in currentThread() function in __anon5d4b606d0111::TextFinderFakeTimerTest::TimeProxyPlatform
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java434 final Thread currentThread = Thread.currentThread (); in _run() local
/external/chromium_org/third_party/WebKit/Source/platform/scheduler/
DSchedulerTest.cpp95 virtual blink::WebThread* currentThread() OVERRIDE in currentThread() function in __anonfe4718220111::SchedulerTestingPlatformSupport
/external/chromium_org/content/child/
Dblink_platform_impl.cc481 blink::WebThread* BlinkPlatformImpl::currentThread() { in currentThread() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h358 virtual WebThread* currentThread() { return 0; } in currentThread() function