HomeSort by relevance Sort by last modified time
    Searched refs:subitems (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/stats_viewer/
stats_viewer.cs 269 tw.Write(listViewCounters.Items[i].SubItems[0].Text + "\t");
270 tw.WriteLine(listViewCounters.Items[i].SubItems[1].Text);
297 object x_tag = ((ListViewItem)x).SubItems[col_].Tag;
298 object y_tag = ((ListViewItem)y).SubItems[col_].Tag;
303 return_value = String.Compare(((ListViewItem)x).SubItems[col_].Text,
304 ((ListViewItem)y).SubItems[col_].Text);
425 // subitems. The UI is much less likely to cause you
447 SubItems.Add(NewSubItem());
448 SubItems.Add(NewSubItem());
449 SubItems.Add(NewSubItem());
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_tree.js 386 * Redraw subitems with the latest information. The items are sorted in
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 11596 ArrayList<MemItem> subitems; field in class:MemItem
    [all...]

Completed in 361 milliseconds