Searched refs:button_count (Results 1 – 5 of 5) sorted by relevance
566 if (button_count() == 0) in UpdateVisibility()604 AnimateToShowNIcons(button_count()); in BrowserActionAdded()605 model_->SetVisibleIconCount(button_count()); in BrowserActionAdded()621 AnimateToShowNIcons(button_count()); in BrowserActionRemoved()622 model_->SetVisibleIconCount(button_count()); in BrowserActionRemoved()720 gint max_width = WidthForIconCount(button_count()); in SetButtonHBoxWidth()737 if (button_count() > showing_icon_count) { in UpdateChevronVisibility()897 for (int i = visible_icon_count; i < button_count(); ++i) { in OnOverflowButtonPress()
53 int button_count() { return extension_button_map_.size(); } in button_count() function
228 if (actions_toolbar_->button_count() == 0) in Init()
65 int button_count) {90 --button_count;100 EXPECT_EQ(0, button_count);
929 volatile int button_count = GetBookmarkButtonCount(); in Loaded() local930 DCHECK(button_count == 0); // If non-zero it means Load was invoked more than in Loaded()