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

/external/chromium_org/ash/test/
H A Dshelf_test_api.cc12 ShelfTestAPI::ShelfTestAPI(Shelf* shelf) function in class:ash::test::ShelfTestAPI
16 ShelfTestAPI::~ShelfTestAPI() {
19 ShelfView* ShelfTestAPI::shelf_view() { return shelf_->shelf_view_; }
21 void ShelfTestAPI::SetShelfDelegate(ShelfDelegate* delegate) {
H A Dshelf_test_api.h19 class ShelfTestAPI { class in namespace:ash::test
21 explicit ShelfTestAPI(Shelf* shelf);
23 ~ShelfTestAPI();
34 DISALLOW_COPY_AND_ASSIGN(ShelfTestAPI);

Completed in 65 milliseconds