Searched refs:OAUTO (Results 1 – 8 of 8) sorted by relevance
287 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()
138 …ngMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && innerText->rend… in computeLogicalHeight()139 …ngMode() && (style()->overflowY() == OSCROLL || (style()->overflowY() == OAUTO && innerText->rend… in computeLogicalHeight()
474 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()
466 …lScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overfl… in hasAutoVerticalScrollbar()467 …lScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overfl… in hasAutoHorizontalScrollbar()
133 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY enumerator
602 case OAUTO: in applyOverflowToViewport()618 case OAUTO: in applyOverflowToViewport()
2118 case OAUTO: in CSSPrimitiveValue()2144 return OAUTO; in EOverflow()
259 …if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->rendererIsEd… in verticalScrollDistance()