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

/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.h101 void dispatchFunctionToListeners(JavaScriptExecutionCallback, JSC::JSGlobalObject*);
102 void dispatchFunctionToListeners(const ListenerSet& listeners, JavaScriptExecutionCallback callback);
H A DScriptDebugServer.cpp282 void ScriptDebugServer::dispatchFunctionToListeners(const ListenerSet& listeners, JavaScriptExecutionCallback callback) function in class:WebCore::ScriptDebugServer
290 void ScriptDebugServer::dispatchFunctionToListeners(JavaScriptExecutionCallback callback, JSGlobalObject* globalObject) function in class:WebCore::ScriptDebugServer
299 dispatchFunctionToListeners(*listeners, callback);
341 dispatchFunctionToListeners(&ScriptDebugServer::dispatchDidPause, dynamicGlobalObject);
352 dispatchFunctionToListeners(&ScriptDebugServer::dispatchDidContinue, dynamicGlobalObject);

Completed in 40 milliseconds