Searched refs:Descending (Results 1 – 10 of 10) sorted by relevance
124 self._iterator.Descending(self._GetChannelInfo('trunk'), callback),133 self._iterator.Descending(self._GetChannelInfo('trunk'), callback),141 self._iterator.Descending(self._GetChannelInfo('trunk'), callback),149 self._iterator.Descending(self._GetChannelInfo('stable'), callback),157 self._iterator.Descending(self._GetChannelInfo('dev'), callback),
36 def Descending(self, channel_info, callback): member in HostFileSystemIterator
246 stable_channel = self._file_system_iterator.Descending(269 channel_info = self._file_system_iterator.Descending(
631 …ing("Retained Size"), width: "120px", sortable: true, sort: WebInspector.DataGrid.Order.Descending}734 …ing("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}893 …tring("Alloc. Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},984 …ing("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}1084 …tor.UIString("Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},
40 …or.UIString("Self"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}…
87 $(info MAKE: Descending into subdirs: $(SubDirsList))
242 this.listViewCounters.Sorting = SortOrder.Descending; in column_Click()306 if (order_ == SortOrder.Descending) in Compare()
83 this.listViewCounters.Sorting = System.Windows.Forms.SortOrder.Descending; in InitializeComponent()293 this.listViewRates.Sorting = System.Windows.Forms.SortOrder.Descending; in InitializeComponent()
149 Descending: "descending" property462 return WebInspector.DataGrid.Order.Descending;944 sortOrder = WebInspector.DataGrid.Order.Descending;
2838 template <bool Descending>2851 return Descending; in operator ()()2853 return !Descending; in operator ()()2855 return Descending ? LI->second > RI->second in operator ()()