Searched defs:ScrollView (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollView.h60 class ScrollView : public Widget, public ScrollableArea { class in namespace:WebCore
62 ~ScrollView();
75 // The window thats hosts the ScrollView. The ScrollView will communicate scrolls and repaints to the
167 // Functions for getting/setting the size of the document contained inside the ScrollView (as an IntSize or as individual width and height
237 virtual void setParent(ScrollView*); // Overridden to update the overlapping scrollbar count.
304 ScrollView();
450 }; // class ScrollView
H A DScrollView.cpp27 #include "ScrollView.h"
51 ScrollView::ScrollView() function in class:WebCore::ScrollView
72 ScrollView::~ScrollView()
77 void ScrollView::addChild(PassRefPtr<Widget> prpChild)
87 void ScrollView::removeChild(Widget* child)
96 void ScrollView::setHasHorizontalScrollbar(bool hasBar)
116 void ScrollView::setHasVerticalScrollbar(bool hasBar)
137 PassRefPtr<Scrollbar> ScrollView
[all...]

Completed in 79 milliseconds