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

/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1639 bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyle != RIDGE) && (bottomStyle != INSET) && (bottomStyle != GROOVE); local
1753 if (lowerLeftBorderStylesMatch) {
1811 if (renderRadii && (!upperLeftBorderStylesMatch || !lowerLeftBorderStylesMatch)) {
1836 if (!lowerLeftBorderStylesMatch && border.radii().bottomLeft().width()) {

Completed in 24 milliseconds