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 34 TableExample::TableExample() : ExampleBase("Table") , table_(NULL) {
37 TableExample::~TableExample() {
43 void TableExample::CreateExampleView(View* container) {
106 int TableExample::RowCount() {
110 base::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 29 class VIEWS_EXAMPLES_EXPORT TableExample : public ExampleBase,
35 TableExample();
36 virtual ~TableExample();
71 DISALLOW_COPY_AND_ASSIGN(TableExample);

Completed in 47 milliseconds