Searched refs:OVISIBLE (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGPatternElement.cpp223 if (style->overflowX() == OVISIBLE && style->overflowY() == OVISIBLE) {
/external/webkit/WebCore/rendering/style/
H A DRenderStyleConstants.h107 OVISIBLE, OHIDDEN, OSCROLL, OAUTO, OOVERLAY, OMARQUEE enumerator in enum:WebCore::EOverflow
H A DRenderStyle.h1125 static EOverflow initialOverflowX() { return OVISIBLE; }
1126 static EOverflow initialOverflowY() { return OVISIBLE; }
/external/webkit/WebCore/css/
H A DCSSPrimitiveValueMappings.h1359 case OVISIBLE:
1384 return OVISIBLE;
1397 return OVISIBLE;
H A DCSSStyleSelector.cpp1623 style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
1624 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
1641 else if (style->overflowX() == OVISIBLE && style->overflowY() != OVISIBLE)
1643 else if (style->overflowY() == OVISIBLE && style->overflowX() != OVISIBLE)
1650 if (style->overflowX() != OVISIBLE && style->overflowX() != OHIDDEN)
1651 style->setOverflowX(OVISIBLE);
1652 if (style->overflowY() != OVISIBLE && style->overflowY() != OHIDDEN)
1653 style->setOverflowY(OVISIBLE);
[all...]
/external/webkit/WebCore/rendering/
H A DRenderBox.cpp201 if (style()->overflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTableSection())) {
210 document()->documentElement()->renderer()->style()->overflowX() == OVISIBLE)
/external/webkit/WebCore/page/
H A DFrameView.cpp627 RenderObject* o = rootRenderer->style()->overflowX() == OVISIBLE && document->documentElement()->hasTagName(htmlTag) ? body->renderer() : rootRenderer;

Completed in 82 milliseconds