HomeSort by relevance Sort by last modified time
    Searched refs:JavaScriptExecutionCallback (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
ScriptDebugServer.h 90 typedef void (ScriptDebugServer::*JavaScriptExecutionCallback)(ScriptDebugListener*);
101 void dispatchFunctionToListeners(JavaScriptExecutionCallback, JSC::JSGlobalObject*);
102 void dispatchFunctionToListeners(const ListenerSet& listeners, JavaScriptExecutionCallback callback);
ScriptDebugServer.cpp 282 void ScriptDebugServer::dispatchFunctionToListeners(const ListenerSet& listeners, JavaScriptExecutionCallback callback)
290 void ScriptDebugServer::dispatchFunctionToListeners(JavaScriptExecutionCallback callback, JSGlobalObject* globalObject)

Completed in 49 milliseconds