HomeSort by relevance Sort by last modified time
    Searched refs:visibleContentRect (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.cpp 88 IntRect clipRect = visibleContentRect(clipToContents ? ExcludeScrollbars : IncludeScrollbars);
ScrollView.h 124 virtual IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const OVERRIDE;
125 IntSize visibleSize() const { return visibleContentRect().size(); }
126 virtual int visibleWidth() const OVERRIDE { return visibleContentRect().width(); }
127 virtual int visibleHeight() const OVERRIDE { return visibleContentRect().height(); }
129 // visibleContentRect().size() is computed from unscaledVisibleContentSize() divided by the value of visibleContentScaleFactor.
148 virtual IntPoint scrollPosition() const OVERRIDE { return visibleContentRect().location(); }
149 IntSize scrollOffset() const { return toIntSize(visibleContentRect().location()); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes.
ScrollView.cpp 207 IntRect ScrollView::visibleContentRect(IncludeScrollbarsInRect scollbarInclusion) const
256 IntSize scrollSize = m_contentsSize - visibleContentRect().size();
373 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size();
791 paintRect.intersect(visibleContentRect());
887 IntRect visibleAreaWithoutScrollbars(location(), visibleContentRect().size());
901 context->clip(visibleContentRect());
    [all...]
ScrollableArea.h 142 virtual IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const;
ScrollableArea.cpp 371 IntRect ScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const
  /external/chromium_org/cc/quads/
draw_quad.h 56 gfx::Rect visibleContentRect() const {
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 300 LayoutRect containerViewportRect = frameView->visibleContentRect();
484 LayoutRect rect = frame->view()->visibleContentRect(ScrollableArea::IncludeScrollbars);
535 return rectToAbsoluteCoordinates(frame, frame->view()->visibleContentRect());
673 LayoutSize viewSize = candidate.visibleNode->document().page()->mainFrame()->view()->visibleContentRect().size();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 100 virtual IntRect visibleContentRect(IncludeScrollbarsInRect) const OVERRIDE;
RenderView.cpp 144 int visibleHeight = frameView->visibleContentRect(ScrollableArea::IncludeScrollbars).height();
    [all...]
RenderLayerScrollableArea.cpp 408 IntRect RenderLayerScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 192 virtual WebRect visibleContentRect() const = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 672 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size();
    [all...]
DOMWindow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 229 if (!frameView->visibleContentRect().contains(point))
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 93 virtual WebRect visibleContentRect() const;
ChromeClientImpl.cpp 688 IntRect visibleRect = view->visibleContentRect(ScrollableArea::IncludeScrollbars);
    [all...]
WebFrameImpl.cpp 617 WebRect WebFrameImpl::visibleContentRect() const
619 return frame()->view()->visibleContentRect();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 418 IntRect viewRect = view->visibleContentRect();
422 IntSize frameViewFullSize = view->visibleContentRect(ScrollableArea::IncludeScrollbars).size();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 740 IntRect scrollVisibleRect = scrollableArea->visibleContentRect();
AXRenderObject.cpp 494 IntRect viewRect = view->visibleContentRect();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 766 return ClientRect::create(document->view()->visibleContentRect());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 64 MOCK_CONST_METHOD1(visibleContentRect, IntRect(IncludeScrollbarsInRect));
    [all...]
WebFrameTest.cpp     [all...]

Completed in 530 milliseconds

1 2