HomeSort by relevance Sort by last modified time
    Searched refs:OSCROLL (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 106 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OMARQUEE
  /external/webkit/Source/WebCore/rendering/
RenderBox.h 334 bool scrollsOverflowX() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || hasAutoHorizontalScrollbar()); }
335 bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || hasAutoVerticalScrollbar()); }
RenderFlexibleBox.cpp 183 if (hasOverflowClip() && style()->overflowY() == OSCROLL) {
241 if (style()->overflowX() == OSCROLL)
243 if (style()->overflowY() == OSCROLL)
    [all...]
RenderTextControl.cpp 472 if (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && m_innerText->renderer()->style()->wordWrap() == NormalWordWrap))
RenderBox.cpp 590 && (style()->overflowY() == OSCROLL || style()->overflowY() == OAUTO);
596 && (style()->overflowX() == OSCROLL || style()->overflowX() == OAUTO);
    [all...]
RenderLayer.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp 260 // OSCROLL is never set for SVG - see CSSStyleSelector::adjustRenderStyle
261 ASSERT(object->style()->overflowX() != OSCROLL);
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 500 case OSCROLL:
515 case OSCROLL:
    [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 258 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedNode->rendererIsEditable()))
    [all...]

Completed in 79 milliseconds