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