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

  /external/chromium_org/cc/quads/
draw_quad.h 58 gfx::Rect visibleContentRect() const {
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 443 IntRect ScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const
ScrollView.cpp 187 IntRect ScrollView::visibleContentRect(IncludeScrollbarsInRect scollbarInclusion) const
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());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 388 IntRect visibleAreaWithScrollbars(location(), visibleContentRect(IncludeScrollbars).size());
861 IntRect clipRect = visibleContentRect();
943 IntRect PopupListBox::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const
957 IntSize oldVisibleSize = visibleContentRect().size();
960 IntSize newVisibleSize = visibleContentRect().size();
    [all...]
WebRemoteFrameImpl.cpp 261 WebRect WebRemoteFrameImpl::visibleContentRect() const
WebLocalFrameImpl.cpp 619 WebRect WebLocalFrameImpl::visibleContentRect() const
622 return view->visibleContentRect();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 434 IntRect RenderLayerScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const
    [all...]

Completed in 1088 milliseconds