Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTextControlMultiLine.cpp150 …textBlockStyle->setOverflowX(startStyle->overflowX() == OVISIBLE ? OAUTO : startStyle->overflowX()… in createInnerTextStyle()
151 …textBlockStyle->setOverflowY(startStyle->overflowY() == OVISIBLE ? OAUTO : startStyle->overflowY()… in createInnerTextStyle()
DRenderBox.h264 …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()
DRenderTextControl.cpp437 …rflowX() == OSCROLL || (m_innerText->renderer()->style()->overflowX() == OAUTO && m_innerText->re… in calcHeight()
DRenderLayer.cpp1436 … if (renderer()->style()->overflowX() == OAUTO || renderer()->style()->overflowY() == OAUTO) { in updateScrollInfoAfterLayout()
/external/webkit/WebCore/rendering/style/
DRenderStyleConstants.h66 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OMARQUEE enumerator
/external/webkit/WebCore/page/
DFrameView.cpp344 case OAUTO: in applyOverflowToViewport()
359 case OAUTO: in applyOverflowToViewport()
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h1121 case OAUTO: in CSSPrimitiveValue()
1143 return OAUTO; in EOverflow()
DCSSStyleSelector.cpp1499 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()
/external/webkit/WebCore/editing/
DEditorCommand.cpp233 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || renderer->isTextArea())) in verticalScrollDistance()