Searched refs:OHIDDEN (Results 1 – 7 of 7) sorted by relevance
293 style->setOverflowX(OHIDDEN); in adjustRenderStyle()294 style->setOverflowY(OHIDDEN); in adjustRenderStyle()322 if (style->overflowX() != OVISIBLE && style->overflowX() != OHIDDEN) in adjustRenderStyle()324 if (style->overflowY() != OVISIBLE && style->overflowY() != OHIDDEN) in adjustRenderStyle()370 style->setOverflowY(OHIDDEN); in adjustRenderStyle()375 style->setOverflowX(OHIDDEN); in adjustRenderStyle()
458 …return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLe… in canScrollInDirection()460 …return (container->renderer()->style()->overflowY() != OHIDDEN && container->renderBox()->scrollTo… in canScrollInDirection()462 …return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLe… in canScrollInDirection()464 …return (container->renderer()->style()->overflowY() != OHIDDEN && container->renderBox()->scrollTo… in canScrollInDirection()684 …ft || direction == FocusDirectionRight) && parentNode->renderer()->style()->overflowX() == OHIDDEN) in canBeScrolledIntoView()685 …Up || direction == FocusDirectionDown) && parentNode->renderer()->style()->overflowY() == OHIDDEN)) in canBeScrolledIntoView()
364 textBlockStyle->setOverflowX(OHIDDEN); in createInnerTextStyle()365 textBlockStyle->setOverflowY(OHIDDEN); in createInnerTextStyle()
133 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY enumerator
296 return object->style()->overflowX() == OHIDDEN; in isOverflowHidden()
586 overflowX = OHIDDEN; in applyOverflowToViewport()587 overflowY = OHIDDEN; in applyOverflowToViewport()595 case OHIDDEN: in applyOverflowToViewport()611 case OHIDDEN: in applyOverflowToViewport()
2112 case OHIDDEN: in CSSPrimitiveValue()2140 return OHIDDEN; in EOverflow()