Searched refs:dispatchFunctionToListeners (Results 1 – 3 of 3) sorted by relevance
374 static void dispatchFunctionToListeners(const ListenerSet& listeners, JavaScriptDebugServer::JavaSc… in dispatchFunctionToListeners() function382 void JavaScriptDebugServer::dispatchFunctionToListeners(JavaScriptExecutionCallback callback, Page*… in dispatchFunctionToListeners() function in WebCore::JavaScriptDebugServer391 WebCore::dispatchFunctionToListeners(m_listeners, callback); in dispatchFunctionToListeners()395 WebCore::dispatchFunctionToListeners(*pageListeners, callback); in dispatchFunctionToListeners()485 dispatchFunctionToListeners(&JavaScriptDebugListener::didPause, page); in pauseIfNeeded()500 dispatchFunctionToListeners(&JavaScriptDebugListener::didContinue, page); in pauseIfNeeded()
117 void dispatchFunctionToListeners(JavaScriptExecutionCallback, Page*);
21040 (WebCore::dispatchFunctionToListeners):21041 … (WebCore::JavaScriptDebugServer::dispatchFunctionToListeners): Removes all the arguments passed35214 (WebCore::dispatchFunctionToListeners): Added. This code was extracted35216 (WebCore::JavaScriptDebugServer::dispatchFunctionToListeners): Call35217 dispatchFunctionToListeners for both the global listeners and the Page43538 (WebCore::JavaScriptDebugServer::dispatchFunctionToListeners): Calls