Home
last modified time | relevance | path

Searched refs:bLeft (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp642 int bLeft = includeLeftEdge ? borderLeft() : 0; in paintFillLayerExtended() local
656 w = bLeft + layer()->scrollWidth() + bRight; in paintFillLayerExtended()
663 int x = tx + bLeft + (includePadding ? pLeft : 0); in paintFillLayerExtended()
665 int width = w - bLeft - bRight - (includePadding ? pLeft + pRight : 0); in paintFillLayerExtended()
DRenderBox.cpp1126 int bLeft = borderLeft(); in overflowClipRect() local
1129 int clipX = tx + bLeft; in overflowClipRect()
1131 int clipWidth = width() - bLeft - borderRight(); in overflowClipRect()