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

  /external/chromium_org/ui/views/examples/
table_example.h 29 class VIEWS_EXAMPLES_EXPORT TableExample : public ExampleBase,
35 TableExample();
36 virtual ~TableExample();
71 DISALLOW_COPY_AND_ASSIGN(TableExample);
table_example.cc 34 TableExample::TableExample() : ExampleBase("Table") , table_(NULL) {
37 TableExample::~TableExample() {
43 void TableExample::CreateExampleView(View* container) {
108 int TableExample::RowCount() {
112 base::string16 TableExample::GetText(int row, int column_id) {
126 gfx::ImageSkia TableExample::GetIcon(int row) {
131 void TableExample::SetObserver(ui::TableModelObserver* observer) {}
133 void TableExample::GetGroupRange(int model_index, GroupRange* range)
    [all...]
examples_window.cc 70 examples->push_back(new TableExample);

Completed in 123 milliseconds