Searched refs:hasScrollableOverflowX (Results 1 – 2 of 2) sorted by relevance
470 …bool hasScrollableOverflowX() const { return scrollsOverflowX() && scrollWidth() != clientWidth();… in hasScrollableOverflowX() function
816 bool hasScrollableOverflow = hasScrollableOverflowX() || hasScrollableOverflowY(); in canBeProgramaticallyScrolled()