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
226 availability = self._file_system_iterator.Descending(
476 …ing("Retained Size"), width: "120px", sortable: true, sort: WebInspector.DataGrid.Order.Descending}582 …ing("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}742 …tring("Alloc. Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},833 …ing("Retained Size"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}930 …tor.UIString("Size"), width: "72px", sortable: true, sort: WebInspector.DataGrid.Order.Descending},
155 Descending: "descending" property439 return WebInspector.DataGrid.Order.Descending;929 sortOrder = WebInspector.DataGrid.Order.Descending;
43 …tor.UIString("Self"), width: "72px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}…
86 $(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()
2797 template <bool Descending>2810 return Descending; in operator ()()2812 return !Descending; in operator ()()2814 return Descending ? LI->second > RI->second in operator ()()