Searched refs:borderFitAdjust (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBox.h255 virtual void borderFitAdjust(int& /*x*/, int& /*w*/) const { } // Shrink the box in which the border paints if border-fit is set. function in class:WebCore::RenderBox
H A DRenderBlock.h358 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
H A DRenderBox.cpp831 borderFitAdjust(tx, width);
873 borderFitAdjust(tx, w);
H A DRenderBlock.cpp5667 void RenderBlock::borderFitAdjust(int& x, int& w) const function in class:WebCore::RenderBlock

Completed in 900 milliseconds