Searched refs:showBottom (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStylePropertySet.cpp339 bool showBottom = !top.value()->equals(*bottom.value()) || showLeft; local
340 bool showRight = !top.value()->equals(*right.value()) || showBottom;
348 if (showBottom) {
H A DCSSComputedStyleDeclaration.cpp3011 bool showBottom = !compareCSSValuePtr(topValue, bottomValue) || showLeft; local
3012 bool showRight = !compareCSSValuePtr(topValue, rightValue) || showBottom;
3017 if (showBottom)

Completed in 146 milliseconds