Searched refs:_dispatcher (Results 1 - 22 of 22) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dheaderparserhandler.py175 _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)
H A D_stream_hybi.py609 if hasattr(self._request, '_dispatcher'):
610 dispatcher = self._request._dispatcher
H A Dstandalone.py595 request._dispatcher = self._options.dispatcher
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dheaderparserhandler.py178 _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)
H A D_stream_hybi.py653 if hasattr(self._request, '_dispatcher'):
654 dispatcher = self._request._dispatcher
H A Dstandalone.py804 request._dispatcher = self._options.dispatcher
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DPowerProfiler.js12 this._dispatcher = new WebInspector.PowerDispatcher(this);
H A DTimelineManager.js39 this._dispatcher = new WebInspector.TimelineDispatcher(this);
58 return this._dispatcher.isStarted();
145 this._dispatcher.eventRecorded(events[i]);
H A DInspectorBackend.js812 this._dispatcher = null;
831 this._dispatcher = dispatcher;
840 if (!this._dispatcher)
843 if (!(functionName in this._dispatcher)) {
864 this._dispatcher[functionName].apply(this._dispatcher, params);
H A DNetworkManager.js39 this._dispatcher = new WebInspector.NetworkDispatcher(this);
42 target.registerNetworkDispatcher(this._dispatcher);
121 return this._dispatcher._inflightRequestsByURL[url];
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dchecker.py691 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,
H A Dchecker_unittest.py254 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-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A Ddraft75.py96 self._dispatcher = dispatcher
116 self._dispatcher.do_extra_handshake(self._request)
H A Dhybi00.py86 self._dispatcher = dispatcher
112 self._dispatcher.do_extra_handshake(self._request)
H A Dhybi.py109 self._dispatcher = dispatcher
184 self._dispatcher.do_extra_handshake(self._request)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
H A Dhybi00.py137 self._dispatcher = dispatcher
163 self._dispatcher.do_extra_handshake(self._request)
H A Dhybi.py107 self._dispatcher = dispatcher
184 self._dispatcher.do_extra_handshake(self._request)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dirclib.py1042 self.ircobj.add_global_handler("all_events", self._dispatcher, -10)
1045 def _dispatcher(self, c, e): member in class:SimpleIRCClient
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
H A DHeapSnapshot.js779 this._dispatcher = dispatcher;
808 if (this._dispatcher)
809 this._dispatcher.sendEvent(WebInspector.HeapSnapshotProgressEvent.Update, text);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotView.js1125 WebInspector.HeapProfilerDispatcher._dispatcher = new WebInspector.HeapProfilerDispatcher();
1137 WebInspector.HeapProfilerDispatcher._dispatcher.register(this);
H A DCanvasProfileView.js642 this._dispatcher = new WebInspector.CanvasDispatcher(this);
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py599 request._dispatcher = self._options.dispatcher

Completed in 1497 milliseconds