Home
last modified time | relevance | path

Searched refs:OHIDDEN (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleAdjuster.cpp293 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()
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.cpp458 …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()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.cpp364 textBlockStyle->setOverflowX(OHIDDEN); in createInnerTextStyle()
365 textBlockStyle->setOverflowY(OHIDDEN); in createInnerTextStyle()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h133 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY enumerator
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.cpp296 return object->style()->overflowX() == OHIDDEN; in isOverflowHidden()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp586 overflowX = OHIDDEN; in applyOverflowToViewport()
587 overflowY = OHIDDEN; in applyOverflowToViewport()
595 case OHIDDEN: in applyOverflowToViewport()
611 case OHIDDEN: in applyOverflowToViewport()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2112 case OHIDDEN: in CSSPrimitiveValue()
2140 return OHIDDEN; in EOverflow()