Searched defs:upperRightBorderStylesMatch (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1638 bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightColor) && (topStyle != OUTSET) && (topStyle != RIDGE) && (topStyle != INSET) && (topStyle != GROOVE); local
1702 if (upperRightBorderStylesMatch) {
1880 if (renderRadii && (!upperRightBorderStylesMatch || !lowerRightBorderStylesMatch)) {
1883 if (!upperRightBorderStylesMatch && border.radii().topRight().width()) {

Completed in 49 milliseconds