OAUTO 2009 Source/core/css/CSSPrimitiveValueMappings.h case OAUTO: OAUTO 2035 Source/core/css/CSSPrimitiveValueMappings.h return OAUTO; OAUTO 366 Source/core/css/resolver/StyleAdjuster.cpp style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX()); OAUTO 367 Source/core/css/resolver/StyleAdjuster.cpp style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY()); OAUTO 390 Source/core/css/resolver/StyleAdjuster.cpp style->setOverflowX(OAUTO); OAUTO 392 Source/core/css/resolver/StyleAdjuster.cpp style->setOverflowY(OAUTO); OAUTO 415 Source/core/css/resolver/StyleAdjuster.cpp else if (style->overflowY() == OAUTO) OAUTO 420 Source/core/css/resolver/StyleAdjuster.cpp else if (style->overflowX() == OAUTO) OAUTO 1680 Source/core/dom/Document.cpp EOverflow overflowX = OAUTO; OAUTO 1681 Source/core/dom/Document.cpp EOverflow overflowY = OAUTO; OAUTO 1688 Source/core/dom/Document.cpp overflowX = OAUTO; OAUTO 1690 Source/core/dom/Document.cpp overflowY = OAUTO; OAUTO 260 Source/core/editing/EditorCommand.cpp if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->rendererIsEditable())) OAUTO 548 Source/core/frame/FrameView.cpp case OAUTO: OAUTO 564 Source/core/frame/FrameView.cpp case OAUTO: OAUTO 485 Source/core/rendering/RenderBox.h bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); } OAUTO 486 Source/core/rendering/RenderBox.h bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); } OAUTO 511 Source/core/rendering/RenderLayerScrollableArea.cpp return (overflowStyle == OSCROLL || overflowStyle == OAUTO || overflowStyle == OOVERLAY); OAUTO 627 Source/core/rendering/RenderLayerScrollableArea.cpp if (m_box->style()->overflowX() == OAUTO || m_box->style()->overflowY() == OAUTO) { OAUTO 704 Source/core/rendering/RenderLayerScrollableArea.cpp return overflow == OAUTO || overflow == OOVERLAY; OAUTO 138 Source/core/rendering/RenderTextControl.cpp if ((isHorizontalWritingMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOverflowWrap))) OAUTO 139 Source/core/rendering/RenderTextControl.cpp || (!isHorizontalWritingMode() && (style()->overflowY() == OSCROLL || (style()->overflowY() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOverflowWrap))))