Searched defs:JavaScriptExecutionCallback (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.h90 typedef void (ScriptDebugServer::*JavaScriptExecutionCallback)(ScriptDebugListener*); typedef in class:WebCore::ScriptDebugServer
101 void dispatchFunctionToListeners(JavaScriptExecutionCallback, JSC::JSGlobalObject*);
102 void dispatchFunctionToListeners(const ListenerSet& listeners, JavaScriptExecutionCallback callback);

Completed in 49 milliseconds