HomeSort by relevance Sort by last modified time
    Searched refs:GetButtonCount (Results 1 - 7 of 7) 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 734 ASSERT_EQ(test_api_->GetButtonCount(),
758 ASSERT_EQ(test_api_->GetButtonCount(),
781 ASSERT_EQ(test_api_->GetButtonCount(),
811 ASSERT_EQ(test_api_->GetButtonCount(),
854 ASSERT_EQ(test_api_->GetButtonCount(),
884 ASSERT_EQ(test_api_->GetButtonCount(),
904 ASSERT_EQ(test_api_->GetButtonCount(),
    [all...]
  /external/chromium_org/ash/test/
shelf_view_test_api.h 31 int GetButtonCount();
shelf_view_test_api.cc 46 int ShelfViewTestAPI::GetButtonCount() {
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 126 unsigned int button_count = GetButtonCount();
257 for (unsigned int i = 0; i < GetButtonCount(); ++i) {
315 GetButtonCount() == other.GetButtonCount() &&
331 count = GetButtonCount();
340 count = GetButtonCount();
540 if (GetButtonCount() <= which_button)
552 if (GetButtonCount() <= which_button)
566 if (GetButtonCount() <= which_button)
599 size_t SyncedNotification::GetButtonCount() const
    [all...]
synced_notification.h 108 size_t GetButtonCount() const;
synced_notification_unittest.cc 174 int found_button_count = notification1_->GetButtonCount();

Completed in 556 milliseconds