Searched refs:docSize (Results 1 – 1 of 1) sorted by relevance
510 IntSize docSize = contentsSize(); in updateScrollbars() local514 newHasHorizontalScrollbar = docSize.width() > visibleWidth(); in updateScrollbars()515 …HasHorizontalScrollbar && !m_updateScrollbarsPass && docSize.width() <= frameSize.width() && docSi… in updateScrollbars()519 newHasVerticalScrollbar = docSize.height() > visibleHeight(); in updateScrollbars()520 …ewHasVerticalScrollbar && !m_updateScrollbarsPass && docSize.width() <= frameSize.width() && docSi… in updateScrollbars()550 if (newDocSize == docSize) { in updateScrollbars()