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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp     [all...]
RenderLayer.cpp     [all...]
RenderLayer.h 276 backgroundRect = background;
284 backgroundRect.moveBy(offset);
292 backgroundRect.intersect(rect);
299 ClipRect backgroundRect;
636 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot = 0) const;
    [all...]
RenderView.h 168 LayoutRect backgroundRect(RenderBox* backgroundRenderer) const;
RenderBox.cpp     [all...]
RenderLayerBacking.cpp 82 static IntRect backgroundRect(const RenderObject* renderer)
139 return contentsRect(renderer).contains(backgroundRect(renderer));
558 // Call calculateRects to get the backgroundRect which is what is used to clip the contents of this
567 // backgroundRect is relative to compAncestor, so subtract deltaX/deltaY to get back to local coords.
    [all...]
RenderBoxModelObject.cpp     [all...]

Completed in 2011 milliseconds