Home
last modified time | relevance | path

Searched refs:overflowY (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBox.h254 …ollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY(… in hasAutoVerticalScrollbar()
258 …bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || ha… in scrollsOverflowY()
325 …rSize() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || style()->overflowY in includeVerticalScrollbarSize()
DSVGRenderSupport.cpp266 ASSERT(object->style()->overflowX() == object->style()->overflowY()); in isOverflowHidden()
DRenderFlexibleBox.cpp200 if (hasOverflowClip() && style()->overflowY() == OSCROLL) in calcPrefWidths()
253 if (style()->overflowY() == OSCROLL) in layoutBlock()
DRenderLayer.cpp1897 if (renderer()->style()->overflowY() == OSCROLL) in updateScrollInfoAfterLayout()
1904 if (renderer()->style()->overflowY() == OHIDDEN && haveVerticalBar) in updateScrollInfoAfterLayout()
1924 … if (renderer()->style()->overflowX() == OAUTO || renderer()->style()->overflowY() == OAUTO) { in updateScrollInfoAfterLayout()
DRenderBlock.cpp747 if (style()->overflowY() == OSCROLL) in layoutBlock()
3959 if (hasOverflowClip() && style()->overflowY() == OSCROLL) in calcPrefWidths()
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp1624 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY()); in adjustRenderStyle()
1637 if (style->overflowX() == OMARQUEE && style->overflowY() != OMARQUEE) in adjustRenderStyle()
1639 else if (style->overflowY() == OMARQUEE && style->overflowX() != OMARQUEE) in adjustRenderStyle()
1641 else if (style->overflowX() == OVISIBLE && style->overflowY() != OVISIBLE) in adjustRenderStyle()
1643 else if (style->overflowY() == OVISIBLE && style->overflowX() != OVISIBLE) in adjustRenderStyle()
1652 if (style->overflowY() != OVISIBLE && style->overflowY() != OHIDDEN) in adjustRenderStyle()
1686 if (style->overflowY() == OSCROLL) in adjustRenderStyle()
1688 else if (style->overflowY() == OAUTO) in adjustRenderStyle()
3231 m_style->setOverflowY(m_parentStyle->overflowY()); in applyProperty()
3252 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(overflowY, OverflowY) in applyProperty()
DCSSComputedStyleDeclaration.cpp1034 return CSSPrimitiveValue::create(max(style->overflowX(), style->overflowY())); in getPropertyCSSValue()
1042 return CSSPrimitiveValue::create(style->overflowY()); in getPropertyCSSValue()
/external/webkit/WebCore/svg/
DSVGPatternElement.cpp223 if (style->overflowX() == OVISIBLE && style->overflowY() == OVISIBLE) { in buildPattern()
/external/webkit/WebCore/editing/
DEditorCommand.cpp260 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || renderer->isTextArea())) in verticalScrollDistance()
DEditor.cpp2755 if (!(container->style()->overflowX() == OHIDDEN || container->style()->overflowY() == OHIDDEN)) in insideVisibleArea()
2784 if (!(container->style()->overflowX() == OHIDDEN || container->style()->overflowY() == OHIDDEN)) in insideVisibleArea()
/external/webkit/WebCore/page/
DFrameView.cpp425 switch (o->style()->overflowY()) { in applyOverflowToViewport()
/external/webkit/WebCore/rendering/style/
DRenderStyle.h425 EOverflow overflowY() const { return static_cast<EOverflow>(noninherited_flags._overflowY); } in overflowY() function
/external/webkit/WebCore/
DChangeLog-2006-12-3147534 (WebCore::RenderStyle::overflowY):