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

  /external/webkit/WebCore/rendering/
RenderBox.h 183 virtual void borderFitAdjust(int& /*x*/, int& /*w*/) const { } // Shrink the box in which the border paints if border-fit is set.
RenderBlock.h 229 virtual void borderFitAdjust(int& x, int& w) const; // Shrink the box in which the border paints if border-fit is set.
373 void adjustForBorderFit(int x, int& left, int& right) const; // Helper function for borderFitAdjust
RenderBox.cpp 633 borderFitAdjust(tx, w);
668 borderFitAdjust(tx, w);
    [all...]
RenderBlock.cpp     [all...]

Completed in 396 milliseconds