HomeSort by relevance Sort by last modified time
    Searched refs:showBottom (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 886 * showBottom.
896 * @param {boolean} showBottom Whether to show or clip at the bottom border.
902 showLeft, showTop, showRight, showBottom) {
911 var clipBottom = showBottom ? 20 : 0;
924 if (!showBottom)
955 * @param {boolean} showBottom Whether to show or clip at the bottom border.
959 element, r, showLeft, showTop, showRight, showBottom) {
961 showLeft, showTop, showRight, showBottom);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 459 bool showBottom = !top.value()->equals(*bottom.value()) || showLeft;
460 bool showRight = !top.value()->equals(*right.value()) || showBottom;
468 if (showBottom) {
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 2113 milliseconds