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

  /external/chromium_org/ui/views/examples/
table_example.cc 32 TableExample::TableExample() : ExampleBase("Table") , table_(NULL) {
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::GetGroupRange(int model_index, GroupRange* range)
    [all...]
table_example.h 30 class TableExample : public ExampleBase,
36 TableExample();
37 virtual ~TableExample();
72 DISALLOW_COPY_AND_ASSIGN(TableExample);

Completed in 27 milliseconds