Home
last modified time | relevance | path

Searched refs:dispatchFunctionToListeners (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/inspector/
DJavaScriptDebugServer.cpp374 static void dispatchFunctionToListeners(const ListenerSet& listeners, JavaScriptDebugServer::JavaSc… in dispatchFunctionToListeners() function
382 void JavaScriptDebugServer::dispatchFunctionToListeners(JavaScriptExecutionCallback callback, Page*… in dispatchFunctionToListeners() function in WebCore::JavaScriptDebugServer
391 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()
DJavaScriptDebugServer.h117 void dispatchFunctionToListeners(JavaScriptExecutionCallback, Page*);
/external/webkit/WebCore/
DChangeLog-2008-08-1021040 (WebCore::dispatchFunctionToListeners):
21041 … (WebCore::JavaScriptDebugServer::dispatchFunctionToListeners): Removes all the arguments passed
35214 (WebCore::dispatchFunctionToListeners): Added. This code was extracted
35216 (WebCore::JavaScriptDebugServer::dispatchFunctionToListeners): Call
35217 dispatchFunctionToListeners for both the global listeners and the Page
43538 (WebCore::JavaScriptDebugServer::dispatchFunctionToListeners): Calls