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

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
headerparserhandler.py 175 _dispatcher = _create_dispatcher() variable
192 if not _dispatcher.get_handler_suite(request.uri):
210 request, _dispatcher, allowDraft75=allow_draft75)
223 request._dispatcher = _dispatcher
224 _dispatcher.transfer_data(request)
standalone.py 595 request._dispatcher = self._options.dispatcher
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
headerparserhandler.py 178 _dispatcher = _create_dispatcher() variable
195 if not _dispatcher.get_handler_suite(request.uri):
217 request, _dispatcher, allowDraft75=allow_draft75)
234 request._dispatcher = _dispatcher
235 _dispatcher.transfer_data(request)
standalone.py 862 request._dispatcher = self._options.dispatcher
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineManager.js 38 this._dispatcher = new WebInspector.TimelineDispatcher(this);
55 return this._dispatcher.isStarted();
HeapSnapshotProxy.js 130 this._dispatcher = new WebInspector.HeapSnapshotWorkerDispatcher(window, this._postMessageFromWorker.bind(this));
142 if (this._dispatcher)
143 this._dispatcher.dispatchMessage({data: message});
150 this._dispatcher = null;
NetworkManager.js 38 this._dispatcher = new WebInspector.NetworkDispatcher(this);
104 return this._dispatcher._inflightRequestsByURL[url];
HeapSnapshot.js 486 this._dispatcher = dispatcher;
519 if (this._dispatcher)
520 this._dispatcher.sendEvent(WebInspector.HeapSnapshotProgress.Event.Update, text);
    [all...]
HeapSnapshotView.js 803 WebInspector.HeapProfilerDispatcher._dispatcher = new WebInspector.HeapProfilerDispatcher();
813 WebInspector.HeapProfilerDispatcher._dispatcher.register(this);
    [all...]
CanvasProfileView.js 651 this._dispatcher = new WebInspector.CanvasDispatcher(this);
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
draft75.py 96 self._dispatcher = dispatcher
116 self._dispatcher.do_extra_handshake(self._request)
hybi00.py 86 self._dispatcher = dispatcher
112 self._dispatcher.do_extra_handshake(self._request)
hybi.py 109 self._dispatcher = dispatcher
184 self._dispatcher.do_extra_handshake(self._request)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 691 self._dispatcher = dispatcher
696 if self._dispatcher.should_skip_without_warning(file_path):
698 if self._dispatcher.should_skip_with_warning(file_path):
730 if self._dispatcher.should_check_and_strip_carriage_returns(file_path):
734 checker = self._dispatcher.dispatch(file_path,
checker_unittest.py 254 self._dispatcher = CheckerDispatcher()
267 self.assertTrue(self._dispatcher.should_skip_with_warning(path),
282 self.assertFalse(self._dispatcher.should_skip_with_warning(path))
287 checker = self._dispatcher.dispatch(file_path=path,
292 self.assertEqual(self._dispatcher.should_skip_without_warning(path),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
hybi00.py 137 self._dispatcher = dispatcher
163 self._dispatcher.do_extra_handshake(self._request)
hybi.py 110 self._dispatcher = dispatcher
190 self._dispatcher.do_extra_handshake(self._request)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 1045 def _dispatcher(self, c, e): member in class:SimpleIRCClient
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 599 request._dispatcher = self._options.dispatcher
    [all...]

Completed in 867 milliseconds