HomeSort by relevance Sort by last modified time
    Searched refs:OHIDDEN (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 290 style->setOverflowX(OHIDDEN);
291 style->setOverflowY(OHIDDEN);
319 if (style->overflowX() != OVISIBLE && style->overflowX() != OHIDDEN)
321 if (style->overflowY() != OVISIBLE && style->overflowY() != OHIDDEN)
371 style->setOverflowY(OHIDDEN);
376 style->setOverflowX(OHIDDEN);
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 459 return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLeft() > 0);
461 return (container->renderer()->style()->overflowY() != OHIDDEN && container->renderBox()->scrollTop() > 0);
463 return (container->renderer()->style()->overflowX() != OHIDDEN && container->renderBox()->scrollLeft() + container->renderBox()->clientWidth() < container->renderBox()->scrollWidth());
465 return (container->renderer()->style()->overflowY() != OHIDDEN && container->renderBox()->scrollTop() + container->renderBox()->clientHeight() < container->renderBox()->scrollHeight());
685 if (((direction == FocusDirectionLeft || direction == FocusDirectionRight) && parentNode->renderer()->style()->overflowX() == OHIDDEN)
686 || ((direction == FocusDirectionUp || direction == FocusDirectionDown) && parentNode->renderer()->style()->overflowY() == OHIDDEN))
FrameView.cpp 569 overflowX = OHIDDEN;
570 overflowY = OHIDDEN;
578 case OHIDDEN:
594 case OHIDDEN:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 365 textBlockStyle->setOverflowX(OHIDDEN);
366 textBlockStyle->setOverflowY(OHIDDEN);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 123 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.cpp 282 return object->style()->overflowX() == OHIDDEN;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 48 milliseconds