Lines Matching refs:ScrollCorner
92 class ScrollCorner : public BView { class
94 ScrollCorner(ScrollView* scrollView);
95 virtual ~ScrollCorner();
133 ScrollCorner::ScrollCorner(ScrollView* scrollView) in ScrollCorner() function in ScrollCorner
172 ScrollCorner::~ScrollCorner() in ~ScrollCorner()
180 ScrollCorner::MouseDown(BPoint point) in MouseDown()
197 ScrollCorner::MouseUp(BPoint point) in MouseUp()
208 ScrollCorner::MouseMoved(BPoint point, uint32 transit, const BMessage* message) in MouseMoved()
231 ScrollCorner::Draw(BRect updateRect) in Draw()
245 ScrollCorner::WindowActivated(bool active) in WindowActivated()
260 ScrollCorner::SetActive(bool active) in SetActive()
275 ScrollCorner::SetDragging(bool dragging) in SetDragging()
642 fScrollCorner = new ScrollCorner(this); in _Init()