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

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 885 * rectangle, based on the value of showLeft, showTop, showRight, and
895 * @param {boolean} showRight Whether to show or clip at the right border.
902 showLeft, showTop, showRight, showBottom) {
910 var clipRight = showRight ? 20 : 0;
913 if (showRight) {
954 * @param {boolean} showRight Whether to show or clip at the right 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 460 bool showRight = !top.value()->equals(*right.value()) || showBottom;
464 if (showRight) {
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 98 milliseconds