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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.h 51 virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds()); }
59 FloatRect shapeMarginBounds() const;
BoxShape.h 54 FloatRoundedRect shapeMarginBounds() const;
PolygonShape.h 93 virtual LayoutRect shapeMarginLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapeMarginBounds().boundingBox()); }
101 const FloatPolygon& shapeMarginBounds() const;
BoxShape.cpp 53 FloatRoundedRect BoxShape::shapeMarginBounds() const
75 const FloatRoundedRect& marginBounds = shapeMarginBounds();
RectangleShape.cpp 63 FloatRect RectangleShape::shapeMarginBounds() const
78 const FloatRect& bounds = shapeMarginBounds();
PolygonShape.cpp 194 const FloatPolygon& PolygonShape::shapeMarginBounds() const
368 const FloatPolygon& polygon = shapeMarginBounds();

Completed in 3630 milliseconds