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

  /external/chromium_org/ash/launcher/
launcher_unittest.cc 96 int button_count = test_api()->GetButtonCount(); local
103 ASSERT_EQ(++button_count, test_api()->GetButtonCount());
109 ASSERT_EQ(--button_count, test_api()->GetButtonCount());
116 int button_count = test_api()->GetButtonCount(); local
129 ASSERT_EQ(++button_count, test_api()->GetButtonCount());
  /external/chromium/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 53 int button_count() { return extension_button_map_.size(); } function in class:BrowserActionsToolbarGtk
  /external/chromium_org/chrome/browser/ui/gtk/
browser_actions_toolbar_gtk.h 58 int button_count() { return extension_button_map_.size(); } function in class:BrowserActionsToolbarGtk
  /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 244 unsigned int button_count = GetButtonCount(); local
251 } else if (button_count > 0) {
267 i < button_count
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 929 volatile int button_count = GetBookmarkButtonCount(); local
930 DCHECK(button_count == 0); // If non-zero it means Load was invoked more than
    [all...]

Completed in 210 milliseconds