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

/external/chromium_org/ui/views/controls/table/
H A Dtable_view_unittest.cc18 class TableViewTestHelper { class in namespace:views
20 explicit TableViewTestHelper(TableView* table) : table_(table) {} function in class:views::TableViewTestHelper
39 DISALLOW_COPY_AND_ASSIGN(TableViewTestHelper);
187 helper_.reset(new TableViewTestHelper(table_));
234 scoped_ptr<TableViewTestHelper> helper_;

Completed in 73 milliseconds