Searched refs:OAUTO (Results 1 – 10 of 10) sorted by relevance
369 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX()); in adjustStyleForTagName()370 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY()); in adjustStyleForTagName()399 style->setOverflowX(OAUTO); in adjustOverflow()401 style->setOverflowY(OAUTO); in adjustOverflow()
137 …ngMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && innerEditor->re… in computeLogicalHeight()138 …ngMode() && (style()->overflowY() == OSCROLL || (style()->overflowY() == OAUTO && innerEditor->re… in computeLogicalHeight()
500 return (overflowStyle == OSCROLL || overflowStyle == OAUTO || overflowStyle == OOVERLAY); in userInputScrollable()622 if (box().style()->overflowX() == OAUTO || box().style()->overflowY() == OAUTO) { in updateAfterLayout()695 return overflow == OAUTO || overflow == OOVERLAY; in overflowDefinesAutomaticScrollbar()
483 …lScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overfl… in hasAutoVerticalScrollbar()484 …lScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overfl… in hasAutoHorizontalScrollbar()
213 || style()->overflowX() == OAUTO in shouldApplyViewportClip()
110 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY enumerator
1716 EOverflow overflowX = OAUTO; in inheritHtmlAndBodyElementStyles()1717 EOverflow overflowY = OAUTO; in inheritHtmlAndBodyElementStyles()1724 overflowX = OAUTO; in inheritHtmlAndBodyElementStyles()1726 overflowY = OAUTO; in inheritHtmlAndBodyElementStyles()
500 case OAUTO: in applyOverflowToViewportAndSetRenderer()516 case OAUTO: in applyOverflowToViewportAndSetRenderer()
2017 case OAUTO: in CSSPrimitiveValue()2043 return OAUTO; in EOverflow()
278 …if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->hasEditableS… in verticalScrollDistance()