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

  /external/webkit/Source/WebCore/rendering/
RenderBox.h 255 virtual void borderFitAdjust(int& /*x*/, int& /*w*/) const { } // Shrink the box in which the border paints if border-fit is set.
RenderBlock.h 358 virtual void borderFitAdjust(int& x, int& w) const; // Shrink the box in which the border paints if border-fit is set.
601 void adjustForBorderFit(int x, int& left, int& right) const; // Helper function for borderFitAdjust
    [all...]
RenderBox.cpp 831 borderFitAdjust(tx, width);
873 borderFitAdjust(tx, w);
    [all...]
RenderBlock.cpp     [all...]

Completed in 368 milliseconds