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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 250 if (style->overflowX() != OVISIBLE || style->overflowY() != OVISIBLE)
266 if (style->preserves3D() && (style->overflowX() != OVISIBLE
267 || style->overflowY() != OVISIBLE
359 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
360 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
381 ASSERT(style->overflowX() != OVISIBLE || style->overflowY() != OVISIBLE);
384 if (style->overflowX() == OVISIBLE && style->overflowY() != OVISIBLE) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 116 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OPAGEDX, OPAGEDY
RenderStyle.h 547 bool isOverflowVisible() const { ASSERT(overflowX() != OVISIBLE || overflowX() == overflowY()); return overflowX() == OVISIBLE; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 62 milliseconds