HomeSort by relevance Sort by last modified time
    Searched defs:FramelessScrollView (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.h 43 // A FramelessScrollView is a ScrollView that can be used to render custom
49 class FramelessScrollView : public ScrollView {
51 FramelessScrollView() : m_client(0) {}
52 ~FramelessScrollView();
FramelessScrollView.cpp 32 #include "FramelessScrollView.h"
39 FramelessScrollView::~FramelessScrollView()
46 void FramelessScrollView::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
54 bool FramelessScrollView::isActive() const
60 void FramelessScrollView::invalidateRect(const IntRect& rect)
66 HostWindow* FramelessScrollView::hostWindow() const
71 IntRect FramelessScrollView::windowClipRect(bool clipToContents) const
76 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&)
80 void FramelessScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect
    [all...]

Completed in 195 milliseconds