Searched refs:runningNestedMessageLoop (Results 1 – 4 of 4) sorted by relevance
92 bool runningNestedMessageLoop() { return m_runningNestedMessageLoop; } in runningNestedMessageLoop() function
84 bool runningNestedMessageLoop();
121 if (m_debuggerAgent && m_debuggerAgent->runningNestedMessageLoop()) in didProcessTask()
251 bool InspectorDebuggerAgent::runningNestedMessageLoop() in runningNestedMessageLoop() function in WebCore::InspectorDebuggerAgent253 return scriptDebugServer().runningNestedMessageLoop(); in runningNestedMessageLoop()