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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.h 46 // A FramelessScrollView is a ScrollView that can be used to render custom
52 class PLATFORM_EXPORT FramelessScrollView : public ScrollView {
54 FramelessScrollView() : m_client(0) { }
55 virtual ~FramelessScrollView();
FramelessScrollView.cpp 32 #include "platform/scroll/FramelessScrollView.h"
38 FramelessScrollView::~FramelessScrollView()
45 void FramelessScrollView::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
53 bool FramelessScrollView::isActive() const
59 bool FramelessScrollView::scrollbarsCanBeActive() const
64 IntRect FramelessScrollView::scrollableAreaBoundingBox() const
69 void FramelessScrollView::invalidateRect(const IntRect& rect)
75 HostWindow* FramelessScrollView::hostWindow() const
80 IntRect FramelessScrollView::windowClipRect(IncludeScrollbarsInRect scrollbarInclusion) cons
    [all...]

Completed in 37 milliseconds