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

  /external/chromium_org/ash/test/
shelf_view_test_api.h 25 class ShelfViewTestAPI {
27 explicit ShelfViewTestAPI(ShelfView* shelf_view);
28 ~ShelfViewTestAPI();
91 DISALLOW_COPY_AND_ASSIGN(ShelfViewTestAPI);
shelf_view_test_api.cc 40 ShelfViewTestAPI::ShelfViewTestAPI(ShelfView* shelf_view)
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::ShowOverflowBubble()
    [all...]

Completed in 60 milliseconds