HomeSort by relevance Sort by last modified time
    Searched refs:OAUTO (Results 1 - 9 of 9) 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 331 bool hasAutoVerticalScrollbar() const { return hasOverflowClip() && (style()->overflowY() == OAUTO || style()->overflowY() == OOVERLAY); }
332 bool hasAutoHorizontalScrollbar() const { return hasOverflowClip() && (style()->overflowX() == OAUTO || style()->overflowX() == OOVERLAY); }
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...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 503 case OAUTO:
518 case OAUTO:
    [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 258 if (!(style->overflowY() == OSCROLL || style->overflowY() == OAUTO || focusedNode->rendererIsEditable()))
    [all...]

Completed in 208 milliseconds