HomeSort by relevance Sort by last modified time
    Searched refs:OOVERLAY (Results 1 - 3 of 3) 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); }
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 47 milliseconds