Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderObject.cpp1205 bool ignore_right = (renderRadii && topRight.width() > 0) || in paintBorder() local
1217 … ignore_left ? 0 : style->borderLeftWidth(), ignore_right ? 0 : style->borderRightWidth()); in paintBorder()
1282 bool ignore_right = (renderRadii && bottomRight.width() > 0) || in paintBorder() local
1294 … ignore_left ? 0 : style->borderLeftWidth(), ignore_right ? 0 : style->borderRightWidth()); in paintBorder()