HomeSort by relevance Sort by last modified time
    Searched full:timelineselection (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFlameChart.js 670 * @return {?WebInspector.TimelineSelection}
676 this._lastSelection = new WebInspector.TimelineFlameChart.Selection(WebInspector.TimelineSelection.fromTraceEvent(event), entryIndex);
677 return this._lastSelection.timelineSelection;
681 this._lastSelection = new WebInspector.TimelineFlameChart.Selection(WebInspector.TimelineSelection.fromFrame(frame), entryIndex);
682 return this._lastSelection.timelineSelection;
688 * @param {?WebInspector.TimelineSelection} selection
696 if (this._lastSelection && this._lastSelection.timelineSelection.object() === selection.object())
699 case WebInspector.TimelineSelection.Type.TraceEvent:
704 this._lastSelection = new WebInspector.TimelineFlameChart.Selection(WebInspector.TimelineSelection.fromTraceEvent(event), entryIndex);
709 case WebInspector.TimelineSelection.Type.Frame
    [all...]
TimelinePanel.js     [all...]
TimelineLayersView.js 80 var selection = WebInspector.TimelineSelection.fromRecord(eventRecord);
CountersGraph.js 198 this._delegate.select(recordToReveal ? WebInspector.TimelineSelection.fromRecord(recordToReveal) : null);
261 * @param {?WebInspector.TimelineSelection} selection
TimelineView.js 204 this._delegate.select(WebInspector.TimelineSelection.fromFrame(frameBar._frame));
355 this._delegate.select(WebInspector.TimelineSelection.fromRecord(presentationRecord.record()));
359 * @param {?WebInspector.TimelineSelection} selection
368 if (selection.type() === WebInspector.TimelineSelection.Type.Record) {
372 } else if (selection.type() === WebInspector.TimelineSelection.Type.Frame) {
    [all...]
  /external/chromium-trace/trace-viewer/test_data/
android_systrace.html     [all...]

Completed in 2388 milliseconds