Home | History | Annotate | Download | only in css

Lines Matching refs:OAUTO

1905         style->setOverflowX(style->overflowX() == OVISIBLE ? OAUTO : style->overflowX());
1906 style->setOverflowY(style->overflowY() == OVISIBLE ? OAUTO : style->overflowY());
1923 style->setOverflowX(OAUTO);
1925 style->setOverflowY(OAUTO);
1969 else if (style->overflowY() == OAUTO)
1974 else if (style->overflowX() == OAUTO)