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

/external/chromium_org/cc/quads/
H A Ddraw_quad.h58 gfx::Rect visibleContentRect() const { function in class:cc::DrawQuad
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.cpp443 IntRect ScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const function in class:blink::ScrollableArea
H A DScrollView.cpp187 IntRect ScrollView::visibleContentRect(IncludeScrollbarsInRect scollbarInclusion) const function in class:blink::ScrollView
248 IntSize scrollSize = m_contentsSize - visibleContentRect().size();
361 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size();
784 paintRect.intersect(visibleContentRect());
874 IntRect visibleAreaWithoutScrollbars(location(), visibleContentRect().size());
881 context->clip(visibleContentRect());
893 IntRect visibleAreaWithScrollbars(location(), visibleContentRect(IncludeScrollbars).size());
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp388 IntRect visibleAreaWithScrollbars(location(), visibleContentRect(IncludeScrollbars).size());
861 IntRect clipRect = visibleContentRect();
943 IntRect PopupListBox::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const function in class:blink::PopupListBox
957 IntSize oldVisibleSize = visibleContentRect().size();
960 IntSize newVisibleSize = visibleContentRect().size();
H A DWebRemoteFrameImpl.cpp261 WebRect WebRemoteFrameImpl::visibleContentRect() const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp619 WebRect WebLocalFrameImpl::visibleContentRect() const function in class:blink::WebLocalFrameImpl
622 return view->visibleContentRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp434 IntRect RenderLayerScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const function in class:blink::RenderLayerScrollableArea

Completed in 362 milliseconds