Searched refs:dispatchOnInspectorBackendTask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerInspectorProxy.cpp77 static void dispatchOnInspectorBackendTask(ExecutionContext* context, const String& message) function in namespace:blink
86 m_workerThread->postDebuggerTask(createCrossThreadTask(dispatchOnInspectorBackendTask, String(message)));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSharedWorkerImpl.cpp464 static void dispatchOnInspectorBackendTask(ExecutionContext* context, const String& message) function in namespace:blink
473 workerThread()->postDebuggerTask(createCrossThreadTask(dispatchOnInspectorBackendTask, String(message)));

Completed in 98 milliseconds