Home
last modified time | relevance | path

Searched refs:scroll_down_button_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab_strip.cc127 scroll_down_button_(NULL), in SideTabStrip()
139 scroll_down_button_ = new ScrollButton(this, ScrollButton::DOWN); in SideTabStrip()
140 AddChildView(scroll_down_button_); in SideTabStrip()
221 scroll_down_button_->Paint(canvas); in PaintChildren()
228 if (scroll_down_button_->IsVisible()) { in GetEventHandlerForPoint()
230 View::ConvertPointToView(this, scroll_down_button_, &local_point); in GetEventHandlerForPoint()
231 if (scroll_down_button_->HitTest(local_point)) in GetEventHandlerForPoint()
232 return scroll_down_button_->GetEventHandlerForPoint(local_point); in GetEventHandlerForPoint()
276 DCHECK_EQ(sender, scroll_down_button_); in ButtonPressed()
336 scroll_down_button_->SetEnabled(GetMaxOffset() != 0 && in GenerateIdealBounds()
[all …]
Dside_tab_strip.h84 views::View* scroll_down_button_; variable
/external/chromium_org/ui/views/controls/menu/
Dmenu_scroll_view_container.h24 View* scroll_down_button() const { return scroll_down_button_; } in scroll_down_button()
57 View* scroll_down_button_; variable
Dmenu_scroll_view_container.cc183 scroll_down_button_ = new MenuScrollButton(content_view, false); in MenuScrollViewContainer()
185 AddChildView(scroll_down_button_); in MenuScrollViewContainer()
240 pref = scroll_down_button_->GetPreferredSize(); in Layout()
241 scroll_down_button_->SetBounds(x, height() - pref.height() - insets.top(), in Layout()
272 scroll_down_button_->SetVisible(content_pref.height() > height()); in OnBoundsChanged()