Home
last modified time | relevance | path

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

/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp40 class UpScrollArrow : public ScrollArrow { class
42 UpScrollArrow(BRect frame);
43 virtual ~UpScrollArrow();
108 UpScrollArrow::UpScrollArrow(BRect frame) in UpScrollArrow() function in UpScrollArrow
115 UpScrollArrow::~UpScrollArrow() in ~UpScrollArrow()
121 UpScrollArrow::Draw(BRect updateRect) in Draw()
143 UpScrollArrow::MouseDown(BPoint where) in MouseDown()
472 fBeginScrollArrow = new UpScrollArrow( in AttachScrollers()