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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 359 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
360 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
388 style->setOverflowX(OAUTO);
390 style->setOverflowY(OAUTO);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.cpp 138 if ((isHorizontalWritingMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && innerEditor->renderer()->style()->overflowWrap() == NormalOverflowWrap)))
139 || (!isHorizontalWritingMode() && (style()->overflowY() == OSCROLL || (style()->overflowY() == OAUTO && innerEditor->renderer()->style()->overflowWrap() == NormalOverflowWrap))))
RenderLayerScrollableArea.cpp 509 return (overflowStyle == OSCROLL || overflowStyle == OAUTO || overflowStyle == OOVERLAY);
628 if (box().style()->overflowX() == OAUTO || box().style()->overflowY() == OAUTO) {
695 return overflow == OAUTO || overflow == OOVERLAY;
    [all...]
RenderBox.h 483 bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); }
484 bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 217 || style()->overflowX() == OAUTO
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 116 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 537 case OAUTO:
553 case OAUTO:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 260 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->rendererIsEditable()))
    [all...]

Completed in 295 milliseconds