HomeSort by relevance Sort by last modified time
    Searched refs:DontWaitForMessage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerRunLoop.h 55 enum WaitMode { WaitForMessage, DontWaitForMessage };
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerDebuggerAgent.cpp 69 while (MessageQueueMessageReceived == m_thread->runLoop().runInMode(m_workerGlobalScope, WorkerDebuggerAgent::debuggerTaskMode, WorkerRunLoop::DontWaitForMessage)) { }

Completed in 129 milliseconds