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

  /external/webkit/WebCore/rendering/
RenderBox.h 254 bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); }
255 bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); }
325 bool includeVerticalScrollbarSize() const { return hasOverflowClip() && (style()->overflowY() == OSCROLL || style()->overflowY() == OAUTO); }
326 bool includeHorizontalScrollbarSize() const { return hasOverflowClip() && (style()->overflowX() == OSCROLL || style()->overflowX() == OAUTO); }
RenderTextControl.cpp 434 if (style()->overflowX() == OSCROLL || (style()->overflowX() == OAUTO && m_innerText->renderer()->style()->wordWrap() == NormalWordWrap))
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 417 case OAUTO:
432 case OAUTO:
    [all...]
  /external/webkit/WebCore/editing/
EditorCommand.cpp 260 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || renderer->isTextArea()))
    [all...]

Completed in 55 milliseconds