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

  /external/chromium_org/ui/views/controls/table/
table_grouper.h 15 // TableGrouper is used by TableView to group a set of rows and treat them
18 class TableGrouper {
23 virtual ~TableGrouper() {}
table_view.h 36 class TableGrouper;
108 // Sets the TableGrouper. TableView does not own |grouper| (common use case is
109 // to have TableModel implement TableGrouper).
110 void SetGrouper(TableGrouper* grouper);
285 // Returns the range of the specified model index. If a TableGrouper has not
339 TableGrouper* grouper_;
table_view.cc 43 void GetModelIndexToRangeStart(TableGrouper* grouper,
83 // Used as the comparator to sort the contents of the table when a TableGrouper
174 void TableView::SetGrouper(TableGrouper* grouper) {
table_view_unittest.cc 395 class TableGrouperImpl : public TableGrouper {
403 // TableGrouper overrides:
  /external/chromium_org/ui/views/examples/
table_example.h 32 public TableGrouper,
48 // TableGrouper:
  /external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.h 26 class HungPagesTableModel : public ui::TableModel, public views::TableGrouper {
56 // Overridden from views::TableGrouper:
task_manager_view.cc 63 public views::TableGrouper,
83 // TableGrouper overrides:

Completed in 164 milliseconds