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 879 * showBottom.
889 * @param {boolean} showBottom Whether to show or clip at the bottom border.
895 showLeft, showTop, showRight, showBottom) {
904 var clipBottom = showBottom ? 20 : 0;
917 if (!showBottom)
948 * @param {boolean} showBottom Whether to show or clip at the bottom border.
952 element, r, showLeft, showTop, showRight, showBottom) {
954 showLeft, showTop, showRight, showBottom);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 450 bool showBottom = !top.value()->equals(*bottom.value()) || showLeft;
451 bool showRight = !top.value()->equals(*right.value()) || showBottom;
459 if (showBottom) {
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 815 milliseconds