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

  /external/webkit/WebCore/rendering/
RenderBox.h 257 bool scrollsOverflowX() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || hasAutoHorizontalScrollbar()); }
258 bool scrollsOverflowY() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || hasAutoVerticalScrollbar()); }
325 bool includeVerticalScrollbarSize() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || style()->overflowY() == OAUTO); }
326 bool includeHorizontalScrollbarSize() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || style()->overflowX() == OAUTO); }
SVGRenderSupport.cpp 268 // OSCROLL is never set for SVG - see CSSStyleSelector::adjustRenderStyle
269 ASSERT(object->style()->overflowX() != OSCROLL);
RenderFlexibleBox.cpp 200 if (hasOverflowClip() && style()->overflowY() == OSCROLL)
251 if (style()->overflowX() == OSCROLL)
253 if (style()->overflowY() == OSCROLL)
    [all...]
RenderTextControl.cpp 434 if (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && m_innerText->renderer()->style()->wordWrap() == NormalWordWrap))
RenderBlock.cpp 744 if (style()->overflowX() == OSCROLL)
746 if (style()->overflowY() == OSCROLL)
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 107 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OMARQUEE
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/page/
FrameView.cpp 414 case OSCROLL:
429 case OSCROLL:
    [all...]
  /external/webkit/WebCore/editing/
EditorCommand.cpp 260 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || renderer->isTextArea()))
    [all...]

Completed in 153 milliseconds