Lines Matching refs:PanelScroller
17 struct PanelScroller::Panel {
22 PanelScroller::PanelScroller() in PanelScroller() function in PanelScroller
77 PanelScroller::~PanelScroller() { in ~PanelScroller()
82 PanelScroller* PanelScroller::CreateWindow() { in CreateWindow()
87 PanelScroller* scroller = new PanelScroller(); in CreateWindow()
95 void PanelScroller::ViewHierarchyChanged(bool is_add, in ViewHierarchyChanged()
104 gfx::Size PanelScroller::GetPreferredSize() { in GetPreferredSize()
108 void PanelScroller::Layout() { in Layout()
157 bool PanelScroller::OnMousePressed(const views::MouseEvent& event) { in OnMousePressed()
161 bool PanelScroller::OnMouseDragged(const views::MouseEvent& event) { in OnMouseDragged()
165 void PanelScroller::HeaderClicked(PanelScrollerHeader* source) { in HeaderClicked()
175 void PanelScroller::ScrollToPanel(int index) { in ScrollToPanel()
237 void PanelScroller::AnimationProgressed(const ui::Animation* animation) { in AnimationProgressed()