Home | History | Annotate | Download | only in css

Lines Matching refs:overflowY

1906         style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
1918 if (style->overflowX() == OMARQUEE && style->overflowY() != OMARQUEE)
1920 else if (style->overflowY() == OMARQUEE && style->overflowX() != OMARQUEE)
1922 else if (style->overflowX() == OVISIBLE && style->overflowY() != OVISIBLE)
1924 else if (style->overflowY() == OVISIBLE && style->overflowX() != OVISIBLE)
1933 if (style->overflowY() != OVISIBLE && style->overflowY() != OHIDDEN)
1967 if (style->overflowY() == OSCROLL)
1969 else if (style->overflowY() == OAUTO)