Searched defs:visibleContentRect (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/quads/
H A Ddraw_quad.h56 gfx::Rect visibleContentRect() const { function in class:cc::DrawQuad
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.cpp371 IntRect ScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const function in class:WebCore::ScrollableArea
H A DScrollView.cpp207 IntRect ScrollView::visibleContentRect(IncludeScrollbarsInRect scollbarInclusion) const function in class:WebCore::ScrollView
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());
913 IntRect visibleAreaWithScrollbars(location(), visibleContentRect(IncludeScrollbars).size());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp408 IntRect RenderLayerScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const function in class:WebCore::RenderLayerScrollableArea
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp617 WebRect WebFrameImpl::visibleContentRect() const function in class:blink::WebFrameImpl
619 return frame()->view()->visibleContentRect();

Completed in 264 milliseconds