Searched refs:showLeft (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
D | active_indicator.js | 902 showLeft, showTop, showRight, showBottom) { argument 908 var clipLeft = showLeft ? -20 : 0; 916 } else if (showLeft) { 959 element, r, showLeft, showTop, showRight, showBottom) { argument 961 showLeft, showTop, showRight, showBottom);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StylePropertySerializer.cpp | 458 bool showLeft = !right.value()->equals(*left.value()); in get4Values() local 459 bool showBottom = !top.value()->equals(*bottom.value()) || showLeft; in get4Values() 472 if (showLeft) { in get4Values()
|
D | CSSComputedStyleDeclaration.cpp | 2890 bool showLeft = !compareCSSValuePtr(rightValue, leftValue); in valuesForSidesShorthand() local 2891 bool showBottom = !compareCSSValuePtr(topValue, bottomValue) || showLeft; in valuesForSidesShorthand() 2899 if (showLeft) in valuesForSidesShorthand()
|