Home | History | Annotate | Download | only in front-end

Lines Matching full:dispatch

396         WebInspector.socket.onmessage = function(message) { InspectorBackend.dispatch(message.data); }
543 // tests require that each command was dispatch within individual timeout callback, so we don't batch them.
547 WebInspector.dispatch = function(message) {
550 InspectorBackend.dispatch(messagesToDispatch.shift());
556 WebInspector.dispatch(messageObject);