Searched refs:OAUTO (Results 1 – 9 of 9) sorted by relevance
150 …textBlockStyle->setOverflowX(startStyle->overflowX() == OVISIBLE ? OAUTO : startStyle->overflowX()… in createInnerTextStyle()151 …textBlockStyle->setOverflowY(startStyle->overflowY() == OVISIBLE ? OAUTO : startStyle->overflowY()… in createInnerTextStyle()
264 …lScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overfl… in hasAutoVerticalScrollbar()265 …lScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overfl… in hasAutoHorizontalScrollbar()325 …{ return hasOverflowClip() && (style()->overflowY() == OSCROLL || style()->overflowY() == OAUTO); } in includeVerticalScrollbarSize()326 …{ return hasOverflowClip() && (style()->overflowX() == OSCROLL || style()->overflowX() == OAUTO); } in includeHorizontalScrollbarSize()
437 …rflowX() == OSCROLL || (m_innerText->renderer()->style()->overflowX() == OAUTO && m_innerText->re… in calcHeight()
1436 … if (renderer()->style()->overflowX() == OAUTO || renderer()->style()->overflowY() == OAUTO) { in updateScrollInfoAfterLayout()
66 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OMARQUEE enumerator
344 case OAUTO: in applyOverflowToViewport()359 case OAUTO: in applyOverflowToViewport()
1121 case OAUTO: in CSSPrimitiveValue()1143 return OAUTO; in EOverflow()
1499 style->setOverflowX(OAUTO); in adjustRenderStyle()1501 style->setOverflowY(OAUTO); in adjustRenderStyle()1545 else if (style->overflowY() == OAUTO) in adjustRenderStyle()1550 else if (style->overflowX() == OAUTO) in adjustRenderStyle()
233 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || renderer->isTextArea())) in verticalScrollDistance()