Searched refs:docSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp372 IntSize docSize = contentsSize(); local
378 newHasHorizontalScrollbar = docSize.width() > visibleWidth();
379 if (!scrollbarsAreOverlay && newHasHorizontalScrollbar && !m_updateScrollbarsPass && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height())
383 newHasVerticalScrollbar = docSize.height() > visibleHeight();
384 if (!scrollbarsAreOverlay && newHasVerticalScrollbar && !m_updateScrollbarsPass && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height())
426 if (newDocSize == docSize) {

Completed in 45 milliseconds