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

/external/webkit/WebCore/rendering/
H A DRenderBox.h254 bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); }
255 bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); }
325 bool includeVerticalScrollbarSize() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || style()->overflowY() == OAUTO); }
326 bool includeHorizontalScrollbarSize() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || style()->overflowX() == OAUTO); }
H A DRenderTextControl.cpp434 if (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && m_innerText->renderer()->style()->wordWrap() == NormalWordWrap))
H A DRenderLayer.cpp1924 if (renderer()->style()->overflowX() == OAUTO || renderer()->style()->overflowY() == OAUTO) {
/external/webkit/WebCore/rendering/style/
H A DRenderStyleConstants.h107 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OMARQUEE enumerator in enum:WebCore::EOverflow
/external/webkit/WebCore/css/
H A DCSSPrimitiveValueMappings.h1368 case OAUTO:
1390 return OAUTO;
H A DCSSStyleSelector.cpp1623 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
1624 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
1642 style->setOverflowX(OAUTO);
1644 style->setOverflowY(OAUTO);
1688 else if (style->overflowY() == OAUTO)
1693 else if (style->overflowX() == OAUTO)
/external/webkit/WebCore/page/
H A DFrameView.cpp417 case OAUTO:
432 case OAUTO:
/external/webkit/WebCore/editing/
H A DEditorCommand.cpp260 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || renderer->isTextArea()))

Completed in 85 milliseconds