Home
last modified time | relevance | path

Searched refs:didStartWorkerRunLoop (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/child/
Dwebkitplatformsupport_child_impl.h49 virtual void didStartWorkerRunLoop(
Dwebkitplatformsupport_child_impl.cc82 void WebKitPlatformSupportChildImpl::didStartWorkerRunLoop( in didStartWorkerRunLoop() function in webkit_glue::WebKitPlatformSupportChildImpl
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerThread.cpp122 blink::Platform::current()->didStartWorkerRunLoop(blink::WebWorkerRunLoop(&m_runLoop)); in workerThread()
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h576 virtual void didStartWorkerRunLoop(const WebWorkerRunLoop&) { } in didStartWorkerRunLoop() function