Home
last modified time | relevance | path

Searched refs:_changeView (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCPUProfileView.js52 this.viewSelectComboBox = new WebInspector.StatusBarComboBox(this._changeView.bind(this));
135 this._changeView();
413 _changeView: function() method in WebInspector.CPUProfileView
DHeapSnapshotView.js524 this._changeView(viewIndex);
563 this._changeView(event.target.selectedIndex);
589 _changeView: function(selectedIndex) method in WebInspector.HeapSnapshotView