Home
last modified time | relevance | path

Searched refs:OSCROLL (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBox.h334 …bool scrollsOverflowX() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || ha… in scrollsOverflowX()
335 …bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || ha… in scrollsOverflowY()
DRenderFlexibleBox.cpp183 if (hasOverflowClip() && style()->overflowY() == OSCROLL) { in computePreferredLogicalWidths()
241 if (style()->overflowX() == OSCROLL) in layoutBlock()
243 if (style()->overflowY() == OSCROLL) in layoutBlock()
DRenderTextControl.cpp472 …if (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && m_innerText->renderer()-… in computeLogicalHeight()
DRenderBox.cpp590 && (style()->overflowY() == OSCROLL || style()->overflowY() == OAUTO); in includeVerticalScrollbarSize()
596 && (style()->overflowX() == OSCROLL || style()->overflowX() == OAUTO); in includeHorizontalScrollbarSize()
DRenderLayer.cpp2234 if (renderer()->style()->overflowX() == OSCROLL) in scrollTo()
2236 if (renderer()->style()->overflowY() == OSCROLL) in scrollTo()
DRenderBlock.cpp1272 if (style()->overflowX() == OSCROLL) in layoutBlock()
1274 if (style()->overflowY() == OSCROLL) in layoutBlock()
4649 if (hasOverflowClip() && style()->overflowY() == OSCROLL) { in computePreferredLogicalWidths()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h106 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OMARQUEE enumerator
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp261 ASSERT(object->style()->overflowX() != OSCROLL); in isOverflowHidden()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1442 case OSCROLL: in CSSPrimitiveValue()
1465 return OSCROLL; in EOverflow()
DCSSStyleSelector.cpp1967 if (style->overflowY() == OSCROLL) in adjustRenderStyle()
1972 if (style->overflowX() == OSCROLL) in adjustRenderStyle()
/external/webkit/Source/WebCore/page/
DFrameView.cpp500 case OSCROLL: in applyOverflowToViewport()
515 case OSCROLL: in applyOverflowToViewport()
/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp258 …if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedNode->rendererIsEdita… in verticalScrollDistance()