Searched refs:PanelScroller (Results 1 – 6 of 6) sorted by relevance
17 struct PanelScroller::Panel {22 PanelScroller::PanelScroller() in PanelScroller() function in PanelScroller77 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()[all …]
18 class PanelScroller : public views::View, public ui::AnimationDelegate {20 PanelScroller();21 ~PanelScroller();23 static PanelScroller* CreateWindow();65 DISALLOW_COPY_AND_ASSIGN(PanelScroller);
12 class PanelScroller; variable18 PanelScrollerContainer(PanelScroller* scroller, views::View* contents);30 PanelScroller* scroller_;
13 class PanelScroller; variable17 explicit PanelScrollerHeader(PanelScroller* scroller);32 PanelScroller* scroller_;
9 PanelScrollerContainer::PanelScrollerContainer(PanelScroller* scroller, in PanelScrollerContainer()
13 PanelScrollerHeader::PanelScrollerHeader(PanelScroller* scroller) in PanelScrollerHeader()