Searched defs:TableView (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/table/
H A Dtable_view.h18 // A TableView is a view that displays multiple rows with any number of columns.
19 // TableView is driven by a TableModel. The model returns the contents
21 // TableView of changes to the model so that the display may be updated
24 // TableView itself has an observer that is notified when the selection
51 class VIEWS_EXPORT TableView class in namespace:views
89 TableView(ui::TableModel* model,
93 virtual ~TableView();
108 // Sets the TableGrouper. TableView does not own |grouper| (common use case is
112 // Returns the number of rows in the TableView.
344 DISALLOW_COPY_AND_ASSIGN(TableView);
[all...]
H A Dtable_view.cc74 struct TableView::SortHelper {
75 explicit SortHelper(TableView* table) : table(table) {}
81 TableView* table;
87 struct TableView::GroupSortHelper {
88 explicit GroupSortHelper(TableView* table) : table(table) {}
101 TableView* table;
105 TableView::VisibleColumn::VisibleColumn() : x(0), width(0) {}
107 TableView::VisibleColumn::~VisibleColumn() {}
109 TableView::PaintRegion::PaintRegion()
116 TableView
118 TableView::TableView(ui::TableModel* model, function in class:views::TableView
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 230 milliseconds