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

  /external/chromium_org/ash/launcher/
launcher_unittest.cc 42 int button_count = test.GetButtonCount();
49 ASSERT_EQ(++button_count, test.GetButtonCount());
55 ASSERT_EQ(--button_count, test.GetButtonCount());
68 int button_count = test.GetButtonCount();
75 ASSERT_EQ(++button_count, test.GetButtonCount());
launcher_view_unittest.cc 503 test_api_->GetButtonCount());
527 test_api_->GetButtonCount());
551 test_api_->GetButtonCount());
581 test_api_->GetButtonCount());
623 test_api_->GetButtonCount());
653 test_api_->GetButtonCount());
673 test_api_->GetButtonCount());
844 test_api_->GetButtonCount());
862 test_api_->GetButtonCount());
    [all...]
  /external/chromium_org/ash/test/
launcher_view_test_api.h 31 int GetButtonCount();
launcher_view_test_api.cc 46 int LauncherViewTestAPI::GetButtonCount() {
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 110 for (unsigned int i = 0; i < GetButtonCount(); ++i) {
143 for (unsigned int i = 0; i < GetButtonCount(); ++i) {
223 unsigned int button_count = GetButtonCount();
341 GetButtonCount() == other.GetButtonCount() &&
357 count = GetButtonCount();
366 count = GetButtonCount();
569 size_t SyncedNotification::GetButtonCount() const {
625 if (GetButtonCount() <= which_button)
637 if (GetButtonCount() <= which_button
    [all...]
synced_notification.h 74 size_t GetButtonCount() const;
synced_notification_unittest.cc 236 int found_button_count = notification1_->GetButtonCount();

Completed in 689 milliseconds