Home | History | Annotate | Download | only in style

Lines Matching refs:OVISIBLE

547     bool isOverflowVisible() const { ASSERT(overflowX() != OVISIBLE || overflowX() == overflowY()); return overflowX() == OVISIBLE; }
1556 static EOverflow initialOverflowX() { return OVISIBLE; }
1557 static EOverflow initialOverflowY() { return OVISIBLE; }