Lines Matching full:tracingcontroller
9 * TracingController.
100 if (!this.tracingController)
105 if (!this.tracingController.traceEventData) {
111 var traces = [this.tracingController.traceEventData];
113 if (this.tracingController.systemTraceEvents)
114 traces.push(this.tracingController.systemTraceEvents);
133 !this.tracingController.isTracingEnabled &&
152 get tracingController() {
156 set tracingController(newValue) {
159 base.setPropertyAndDispatchChange(this, 'tracingController', newValue);
166 var tc = this.tracingController;
172 var tc = this.tracingController;
189 dlg.showSystemTracing = this.tracingController.supportsSystemTracing;
206 var tc = this.tracingController;
221 var tc = this.tracingController;
242 var tc = this.tracingController;
269 var tc = this.tracingController;
270 this.tracingController.beginLoadTraceFile();
312 that.tracingController.onLoadTraceFileComplete(data.target.result,