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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 284 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
285 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
304 style->setOverflowX(OAUTO);
306 style->setOverflowY(OAUTO);
372 else if (style->overflowY() == OAUTO)
377 else if (style->overflowX() == OAUTO)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.cpp 127 if ((isHorizontalWritingMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOverflowWrap)))
128 || (!isHorizontalWritingMode() && (style()->overflowY() == OSCROLL || (style()->overflowY() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOverflowWrap))))
RenderBox.h 464 bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); }
465 bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); }
    [all...]
RenderLayer.cpp     [all...]
RenderBox.cpp 683 && (style()->overflowY() == OSCROLL || style()->overflowY() == OAUTO);
689 && (style()->overflowX() == OSCROLL || style()->overflowX() == OAUTO);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 123 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 585 case OAUTO:
601 case OAUTO:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 260 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->rendererIsEditable()))
    [all...]

Completed in 105 milliseconds