Home
last modified time | relevance | path

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

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