HomeSort by relevance Sort by last modified time
    Searched refs:IncludeScrollbarsInRect (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.cpp 80 IntRect FramelessScrollView::windowClipRect(IncludeScrollbarsInRect scrollbarInclusion) const
FramelessScrollView.h 80 virtual IntRect windowClipRect(IncludeScrollbarsInRect = ExcludeScrollbars) const OVERRIDE;
ScrollableArea.h 50 enum IncludeScrollbarsInRect {
155 virtual IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const;
ScrollView.h 67 virtual IntRect windowClipRect(IncludeScrollbarsInRect = ExcludeScrollbars) const = 0;
122 virtual IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const OVERRIDE;
129 IntSize unscaledVisibleContentSize(IncludeScrollbarsInRect = ExcludeScrollbars) const;
ScrollableArea.cpp 401 IntRect ScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const
ScrollView.cpp 180 IntSize ScrollView::unscaledVisibleContentSize(IncludeScrollbarsInRect scrollbarInclusion) const
200 IntRect ScrollView::visibleContentRect(IncludeScrollbarsInRect scollbarInclusion) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 65 int viewHeight(IncludeScrollbarsInRect = ExcludeScrollbars) const;
66 int viewWidth(IncludeScrollbarsInRect = ExcludeScrollbars) const;
RenderLayerScrollableArea.h 95 virtual IntRect visibleContentRect(IncludeScrollbarsInRect) const OVERRIDE;
RenderView.cpp     [all...]
RenderLayerScrollableArea.cpp 443 IntRect RenderLayerScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 106 IntSize layoutSize(IncludeScrollbarsInRect = ExcludeScrollbars) const;
142 virtual IntRect windowClipRect(IncludeScrollbarsInRect = ExcludeScrollbars) const OVERRIDE;
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 63 MOCK_CONST_METHOD1(visibleContentRect, IntRect(IncludeScrollbarsInRect));
    [all...]

Completed in 373 milliseconds