HomeSort by relevance Sort by last modified time
    Searched defs:Ascending (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js 154 Ascending: "ascending",
432 if (!this._sortColumnCell || this._sortColumnCell.hasStyleClass("sort-ascending"))
433 return WebInspector.DataGrid.Order.Ascending;
444 return !this._sortColumnCell || this._sortColumnCell.hasStyleClass("sort-ascending");
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 51 * would be a bit different from simply reversing the ascending list, since the
56 * ascending and descending views of the data:
106 Ascending, Descending
207 if(order == SortOrder.Ascending) {
234 if (order == SortOrder.Ascending) {
283 if(order == SortOrder.Ascending) {
307 if (order == SortOrder.Ascending) {
315 if (order == SortOrder.Ascending) {
323 if (order == SortOrder.Ascending) {
335 if (order == SortOrder.Ascending) {
    [all...]

Completed in 791 milliseconds