Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollView.cpp510 IntSize docSize = contentsSize(); in updateScrollbars() local
514 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()