OVISIBLE         2000 Source/core/css/CSSPrimitiveValueMappings.h     case OVISIBLE:
OVISIBLE         2029 Source/core/css/CSSPrimitiveValueMappings.h         return OVISIBLE;
OVISIBLE         2047 Source/core/css/CSSPrimitiveValueMappings.h     return OVISIBLE;
OVISIBLE          252 Source/core/css/resolver/StyleAdjuster.cpp     if (style->overflowX() != OVISIBLE || style->overflowY() != OVISIBLE)
OVISIBLE          268 Source/core/css/resolver/StyleAdjuster.cpp     if (style->preserves3D() && (style->overflowX() != OVISIBLE
OVISIBLE          269 Source/core/css/resolver/StyleAdjuster.cpp         || style->overflowY() != OVISIBLE
OVISIBLE          366 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
OVISIBLE          367 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
OVISIBLE          383 Source/core/css/resolver/StyleAdjuster.cpp     ASSERT(style->overflowX() != OVISIBLE || style->overflowY() != OVISIBLE);
OVISIBLE          386 Source/core/css/resolver/StyleAdjuster.cpp     if (style->overflowX() == OVISIBLE && style->overflowY() != OVISIBLE) {
OVISIBLE          391 Source/core/css/resolver/StyleAdjuster.cpp     } else if (style->overflowY() == OVISIBLE && style->overflowX() != OVISIBLE) {
OVISIBLE          399 Source/core/css/resolver/StyleAdjuster.cpp         if (style->overflowX() != OVISIBLE && style->overflowX() != OHIDDEN)
OVISIBLE          400 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowX(OVISIBLE);
OVISIBLE          401 Source/core/css/resolver/StyleAdjuster.cpp         if (style->overflowY() != OVISIBLE && style->overflowY() != OHIDDEN)
OVISIBLE          402 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowY(OVISIBLE);
OVISIBLE          407 Source/core/css/resolver/StyleAdjuster.cpp         style->setOverflowX(OVISIBLE);
OVISIBLE          408 Source/core/css/resolver/StyleAdjuster.cpp         style->setOverflowY(OVISIBLE);
OVISIBLE          416 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowY(OVISIBLE);
OVISIBLE          421 Source/core/css/resolver/StyleAdjuster.cpp             style->setOverflowX(OVISIBLE);
OVISIBLE         1687 Source/core/dom/Document.cpp         if (overflowX == OVISIBLE)
OVISIBLE         1689 Source/core/dom/Document.cpp         if (overflowY == OVISIBLE)
OVISIBLE          547 Source/core/rendering/style/RenderStyle.h     bool isOverflowVisible() const { ASSERT(overflowX() != OVISIBLE || overflowX() == overflowY()); return overflowX() == OVISIBLE; }
OVISIBLE         1535 Source/core/rendering/style/RenderStyle.h     static EOverflow initialOverflowX() { return OVISIBLE; }
OVISIBLE         1536 Source/core/rendering/style/RenderStyle.h     static EOverflow initialOverflowY() { return OVISIBLE; }