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

  /external/chromium_org/ui/views/examples/
table_example.h 30 class TableExample : public ExampleBase,
36 TableExample();
37 virtual ~TableExample();
72 DISALLOW_COPY_AND_ASSIGN(TableExample);
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...]
examples_window.cc 176 combobox_model_.AddExample(new TableExample);
examples_window_with_content.cc 180 combobox_model_.AddExample(new TableExample);

Completed in 183 milliseconds