Searched refs:docSize (Results 1 – 1 of 1) sorted by relevance
351 IntSize docSize = contentsSize(); in computeScrollbarExistence() local354 newHasHorizontalScrollbar = docSize.width() > visibleWidth(); in computeScrollbarExistence()356 newHasVerticalScrollbar = docSize.height() > visibleHeight(); in computeScrollbarExistence()364 … && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height()); in computeScrollbarExistence()