Home
last modified time | relevance | path

Searched refs:OAUTO (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleAdjuster.cpp287 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX()); in adjustRenderStyle()
288 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY()); in adjustRenderStyle()
307 style->setOverflowX(OAUTO); in adjustRenderStyle()
309 style->setOverflowY(OAUTO); in adjustRenderStyle()
371 else if (style->overflowY() == OAUTO) in adjustRenderStyle()
376 else if (style->overflowX() == OAUTO) in adjustRenderStyle()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControl.cpp138 …ngMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && innerText->rend… in computeLogicalHeight()
139 …ngMode() && (style()->overflowY() == OSCROLL || (style()->overflowY() == OAUTO && innerText->rend… in computeLogicalHeight()
DRenderLayerScrollableArea.cpp474 return (overflowStyle == OSCROLL || overflowStyle == OAUTO || overflowStyle == OOVERLAY); in userInputScrollable()
579 if (m_box->style()->overflowX() == OAUTO || m_box->style()->overflowY() == OAUTO) { in updateAfterLayout()
645 return overflow == OAUTO || overflow == OOVERLAY; in overflowDefinesAutomaticScrollbar()
DRenderBox.h466 …lScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overfl… in hasAutoVerticalScrollbar()
467 …lScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overfl… in hasAutoHorizontalScrollbar()
/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/frame/
DFrameView.cpp602 case OAUTO: in applyOverflowToViewport()
618 case OAUTO: in applyOverflowToViewport()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2118 case OAUTO: in CSSPrimitiveValue()
2144 return OAUTO; in EOverflow()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp259 …if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->rendererIsEd… in verticalScrollDistance()