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

  /external/chromium_org/ash/shelf/
shelf_unittest.cc 94 int button_count = test_api()->GetButtonCount(); local
101 ASSERT_EQ(++button_count, test_api()->GetButtonCount());
107 ASSERT_EQ(--button_count, test_api()->GetButtonCount());
114 int button_count = test_api()->GetButtonCount(); local
127 ASSERT_EQ(++button_count, test_api()->GetButtonCount());
  /external/chromium_org/ui/app_list/views/
page_switcher.cc 153 const int button_count = buttons_->child_count(); local
154 if (page >= 0 && page < button_count) {
161 for (int i = 0; i < button_count; ++i) {
190 const int button_count = buttons_->child_count(); local
191 if (!button_count)
198 if (button_count > 1) {
199 button_spacing = (contents_width - button_width * button_count) /
200 (button_count - 1);
205 button_width = (contents_width - (button_count - 1) * button_spacing) /
206 button_count;
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 126 unsigned int button_count = GetButtonCount(); local
133 } else if (button_count > 0) {
149 i < button_count

Completed in 95 milliseconds