OHIDDEN 2003 Source/core/css/CSSPrimitiveValueMappings.h case OHIDDEN: OHIDDEN 2031 Source/core/css/CSSPrimitiveValueMappings.h return OHIDDEN; OHIDDEN 358 Source/core/css/resolver/StyleAdjuster.cpp style->setOverflowX(OHIDDEN); OHIDDEN 359 Source/core/css/resolver/StyleAdjuster.cpp style->setOverflowY(OHIDDEN); OHIDDEN 399 Source/core/css/resolver/StyleAdjuster.cpp if (style->overflowX() != OVISIBLE && style->overflowX() != OHIDDEN) OHIDDEN 401 Source/core/css/resolver/StyleAdjuster.cpp if (style->overflowY() != OVISIBLE && style->overflowY() != OHIDDEN) OHIDDEN 414 Source/core/css/resolver/StyleAdjuster.cpp style->setOverflowY(OHIDDEN); OHIDDEN 419 Source/core/css/resolver/StyleAdjuster.cpp style->setOverflowX(OHIDDEN); OHIDDEN 532 Source/core/frame/FrameView.cpp overflowX = OHIDDEN; OHIDDEN 533 Source/core/frame/FrameView.cpp overflowY = OHIDDEN; OHIDDEN 541 Source/core/frame/FrameView.cpp case OHIDDEN: OHIDDEN 557 Source/core/frame/FrameView.cpp case OHIDDEN: OHIDDEN 460 Source/core/page/SpatialNavigation.cpp return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLeft() > 0); OHIDDEN 462 Source/core/page/SpatialNavigation.cpp return (container->renderer()->style()->overflowY() != OHIDDEN && container->renderBox()->scrollTop() > 0); OHIDDEN 464 Source/core/page/SpatialNavigation.cpp return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLeft() + container->renderBox()->clientWidth() < container->renderBox()->scrollWidth()); OHIDDEN 466 Source/core/page/SpatialNavigation.cpp return (container->renderer()->style()->overflowY() != OHIDDEN && container->renderBox()->scrollTop() + container->renderBox()->clientHeight() < container->renderBox()->scrollHeight()); OHIDDEN 686 Source/core/page/SpatialNavigation.cpp if (((type == FocusTypeLeft || type == FocusTypeRight) && parentNode->renderer()->style()->overflowX() == OHIDDEN) OHIDDEN 687 Source/core/page/SpatialNavigation.cpp || ((type == FocusTypeUp || type == FocusTypeDown) && parentNode->renderer()->style()->overflowY() == OHIDDEN)) OHIDDEN 365 Source/core/rendering/RenderTextControlSingleLine.cpp textBlockStyle->setOverflowX(OHIDDEN); OHIDDEN 366 Source/core/rendering/RenderTextControlSingleLine.cpp textBlockStyle->setOverflowY(OHIDDEN); OHIDDEN 289 Source/core/rendering/svg/SVGRenderSupport.cpp return object->style()->overflowX() == OHIDDEN;