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

  /external/chromium_org/ui/views/controls/table/
table_view.h 40 class TableViewTestHelper;
192 friend class TableViewTestHelper;
table_view_unittest.cc 18 class TableViewTestHelper {
20 explicit TableViewTestHelper(TableView* table) : table_(table) {}
39 DISALLOW_COPY_AND_ASSIGN(TableViewTestHelper);
187 helper_.reset(new TableViewTestHelper(table_));
235 scoped_ptr<TableViewTestHelper> helper_;

Completed in 51 milliseconds