Home | History | Annotate | Download | only in views

Lines Matching refs:chevron_

356       chevron_(NULL),
375 chevron_ = new views::MenuButton(NULL, std::wstring(), this, false);
376 chevron_->set_border(NULL);
377 chevron_->EnableCanvasFlippingForRTLUI(true);
378 chevron_->SetAccessibleName(
380 chevron_->SetVisible(false);
381 AddChildView(chevron_);
503 View* reference_view = button->parent()->IsVisible() ? button : chevron_;
548 chevron_->SetVisible(true);
549 gfx::Size chevron_size(chevron_->GetPreferredSize());
552 chevron_->SetBounds(
556 chevron_->SetVisible(false);
597 if (GetEventHandlerForPoint(event.location()) == chevron_) {
610 (chevron_->GetPreferredSize().width() + kChevronSpacing) : 0);
707 if (source == chevron_) {
709 this, chevron_, browser_action_views_, VisibleBrowserActions());
822 chevron_->SetVisible(icons < browser_action_views_.size());
823 container_width_ = IconCountToWidth(icons, chevron_->IsVisible());
957 chevron_->SetVisible(false);
988 chevron_->SetIcon(*tp->GetBitmapNamed(IDR_BROWSER_ACTIONS_OVERFLOW));
989 chevron_->SetHoverIcon(*tp->GetBitmapNamed(IDR_BROWSER_ACTIONS_OVERFLOW_H));
990 chevron_->SetPushedIcon(*tp->GetBitmapNamed(IDR_BROWSER_ACTIONS_OVERFLOW_P));
997 chevron_->SetVisible(static_cast<size_t>(visible_actions) < model_->size());
998 container_width_ = IconCountToWidth(visible_actions, chevron_->IsVisible());
1022 this, chevron_, browser_action_views_, VisibleBrowserActions());
1043 (kChevronSpacing + chevron_->GetPreferredSize().width()) : 0;
1056 chevron_->GetPreferredSize().width() - kChevronSpacing -
1066 chevron_->GetPreferredSize().width() + ToolbarView::kStandardSpacing;