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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.h 72 virtual LayoutRect shapePaddingLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapePaddingBounds()); }
80 FloatRoundedRect shapePaddingBounds() const;
PolygonShape.h 95 virtual LayoutRect shapePaddingLogicalBoundingBox() const OVERRIDE { return static_cast<LayoutRect>(shapePaddingBounds().boundingBox()); }
103 const FloatPolygon& shapePaddingBounds() const;
RectangleShape.cpp 86 FloatRoundedRect RectangleShape::shapePaddingBounds() const
138 const FloatRoundedRect& bounds = shapePaddingBounds();
187 const FloatRoundedRect& bounds = shapePaddingBounds();
PolygonShape.cpp 181 const FloatPolygon& PolygonShape::shapePaddingBounds() const
381 const FloatPolygon& polygon = shapePaddingBounds();
437 const FloatPolygon& polygon = shapePaddingBounds();

Completed in 233 milliseconds