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

/external/chromium_org/ash/test/
H A Dshelf_view_test_api.h33 class ShelfViewTestAPI { class in namespace:ash::test
35 explicit ShelfViewTestAPI(ShelfView* shelf_view);
36 ~ShelfViewTestAPI();
102 DISALLOW_COPY_AND_ASSIGN(ShelfViewTestAPI);
H A Dshelf_view_test_api.cc40 ShelfViewTestAPI::ShelfViewTestAPI(ShelfView* shelf_view) function in class:ash::test::ShelfViewTestAPI
43 ShelfViewTestAPI::~ShelfViewTestAPI() {
46 int ShelfViewTestAPI::GetButtonCount() {
50 ShelfButton* ShelfViewTestAPI::GetButton(int index) {
58 int ShelfViewTestAPI::GetFirstVisibleIndex() {
62 int ShelfViewTestAPI::GetLastVisibleIndex() {
66 bool ShelfViewTestAPI::IsOverflowButtonVisible() {
70 void ShelfViewTestAPI
[all...]

Completed in 263 milliseconds