Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp500 return (overflowStyle == OSCROLL || overflowStyle == OAUTO || overflowStyle == OOVERLAY); in userInputScrollable()
597 if (box().style()->overflowX() == OSCROLL) in updateAfterLayout()
599 if (box().style()->overflowY() == OSCROLL) in updateAfterLayout()
690 return overflow == OSCROLL; in overflowRequiresScrollbar()
727 …needsHorizontalScrollbar && oldStyle && oldStyle->overflowX() == OSCROLL && overflowX != OSCROLL) { in updateAfterStyleChange()
732 … (needsVerticalScrollbar && oldStyle && oldStyle->overflowY() == OSCROLL && overflowY != OSCROLL) { in updateAfterStyleChange()
DRenderTextControl.cpp137 …if ((isHorizontalWritingMode() && (style()->overflowX() == OSCROLL || (style()->overflowX() == OA… in computeLogicalHeight()
138 …|| (!isHorizontalWritingMode() && (style()->overflowY() == OSCROLL || (style()->overflowY() == OA… in computeLogicalHeight()
DRenderBox.h489 …OverflowX() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || hasAutoHorizon… in scrollsOverflowX()
490 …OverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || hasAutoVertica… in scrollsOverflowY()
DTextAutosizer.cpp224 if (style->overflowY() >= OSCROLL) in blockHeightConstrained()
DRenderBox.cpp648 if (isHorizontalWritingMode() && style()->overflowY() == OSCROLL) { in instrinsicScrollbarLogicalWidth()
653 if (!isHorizontalWritingMode() && style()->overflowX() == OSCROLL) { in instrinsicScrollbarLogicalWidth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp214 || style()->overflowX() == OSCROLL in shouldApplyViewportClip()
DSVGRenderSupport.cpp252 return object->style()->overflowX() == OHIDDEN || object->style()->overflowX() == OSCROLL; in isOverflowHidden()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h110 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY enumerator
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp497 case OSCROLL: in applyOverflowToViewportAndSetRenderer()
513 case OSCROLL: in applyOverflowToViewportAndSetRenderer()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h2014 case OSCROLL: in CSSPrimitiveValue()
2041 return OSCROLL; in EOverflow()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp278 …if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedElement->hasEditableS… in verticalScrollDistance()