Searched defs:TableExample (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dtable_example.h30 class TableExample : public ExampleBase, class in namespace:views::examples
36 TableExample();
37 virtual ~TableExample();
72 DISALLOW_COPY_AND_ASSIGN(TableExample);
H A Dtable_example.cc32 TableExample::TableExample() : ExampleBase("Table") , table_(NULL) { function in class:views::examples::TableExample
35 TableExample::~TableExample() {
41 void TableExample::CreateExampleView(View* container) {
106 int TableExample::RowCount() {
110 string16 TableExample::GetText(int row, int column_id) {
124 gfx::ImageSkia TableExample::GetIcon(int row) {
129 void TableExample::SetObserver(ui::TableModelObserver* observer) {}
131 void TableExample
[all...]

Completed in 91 milliseconds