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

  /external/chromium_org/ash/shelf/
shelf_unittest.cc 94 int button_count = test_api()->GetButtonCount();
101 ASSERT_EQ(++button_count, test_api()->GetButtonCount());
107 ASSERT_EQ(--button_count, test_api()->GetButtonCount());
114 int button_count = test_api()->GetButtonCount();
127 ASSERT_EQ(++button_count, test_api()->GetButtonCount());
shelf_view_unittest.cc 762 ASSERT_EQ(test_api_->GetButtonCount(),
786 ASSERT_EQ(test_api_->GetButtonCount(),
809 ASSERT_EQ(test_api_->GetButtonCount(),
839 ASSERT_EQ(test_api_->GetButtonCount(),
882 ASSERT_EQ(test_api_->GetButtonCount(),
912 ASSERT_EQ(test_api_->GetButtonCount(),
932 ASSERT_EQ(test_api_->GetButtonCount(),
    [all...]
  /external/chromium_org/ash/test/
shelf_view_test_api.h 39 int GetButtonCount();
shelf_view_test_api.cc 46 int ShelfViewTestAPI::GetButtonCount() {

Completed in 33 milliseconds