HomeSort by relevance Sort by last modified time
    Searched refs:_dispatcher (Results 1 - 18 of 18) 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 804 request._dispatcher = self._options.dispatcher
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
PowerProfiler.js 13 this._dispatcher = new WebInspector.PowerDispatcher(this);
15 target.registerPowerDispatcher(this._dispatcher);
TimelineManager.js 39 this._dispatcher = new WebInspector.TimelineDispatcher(this);
58 return this._dispatcher.isStarted();
NetworkManager.js 39 this._dispatcher = new WebInspector.NetworkDispatcher(this);
42 target.registerNetworkDispatcher(this._dispatcher);
122 return this._dispatcher._inflightRequestsByURL[url];
InspectorBackend.js 868 this._dispatcher = null;
887 this._dispatcher = dispatcher;
896 if (!this._dispatcher)
899 if (!(functionName in this._dispatcher)) {
920 this._dispatcher[functionName].apply(this._dispatcher, params);
  /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 107 self._dispatcher = dispatcher
184 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_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
HeapSnapshot.js 779 this._dispatcher = dispatcher;
808 if (this._dispatcher)
809 this._dispatcher.sendEvent(WebInspector.HeapSnapshotProgressEvent.Update, text);
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 599 request._dispatcher = self._options.dispatcher
    [all...]

Completed in 199 milliseconds