Home
last modified time | relevance | path

Searched refs:borderFitAdjust (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.h255 …virtual void borderFitAdjust(int& /*x*/, int& /*w*/) const { } // Shrink the box in which the bord… in borderFitAdjust() function
DRenderBlock.h358 …virtual void borderFitAdjust(int& x, int& w) const; // Shrink the box in which the border paints i…
DRenderBox.cpp831 borderFitAdjust(tx, width); in paintBoxDecorationsWithSize()
873 borderFitAdjust(tx, w); in paintMask()
DRenderBlock.cpp5667 void RenderBlock::borderFitAdjust(int& x, int& w) const in borderFitAdjust() function in WebCore::RenderBlock
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1436069 (WebCore::RenderBlock::borderFitAdjust):
52473 (WebCore::RenderBlock::borderFitAdjust):
52478 (WebCore::RenderBox::borderFitAdjust):