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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 287 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
288 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
307 style->setOverflowX(OAUTO);
309 style->setOverflowY(OAUTO);
371 else if (style->overflowY() == OAUTO)
376 else if (style->overflowX() == OAUTO)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.cpp 138 if ((isHorizontalWritingMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOverflowWrap)))
139 || (!isHorizontalWritingMode() && (style()->overflowY() == OSCROLL || (style()->overflowY() == OAUTO && innerText->renderer()->style()->overflowWrap() == NormalOverflowWrap))))
RenderLayerScrollableArea.cpp 474 return (overflowStyle == OSCROLL || overflowStyle == OAUTO || overflowStyle == OOVERLAY);
579 if (m_box->style()->overflowX() == OAUTO || m_box->style()->overflowY() == OAUTO) {
645 return overflow == OAUTO || overflow == OOVERLAY;
    [all...]
RenderBox.h 466 bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); }
467 bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 133 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 602 case OAUTO:
618 case OAUTO:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp 259 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->rendererIsEditable()))
    [all...]

Completed in 202 milliseconds