Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DFilteredItemSelectionDialog.js250 this._updateSelection(this._selectedIndexInFiltered, false);
275 this._updateSelection(newSelectedIndex, true);
281 this._updateSelection(newSelectedIndex, false);
286 this._updateSelection(newSelectedIndex, true);
291 this._updateSelection(newSelectedIndex, false);
309 _updateSelection: function(index, makeLast) method in WebInspector.FilteredItemSelectionDialog