Home
last modified time | relevance | path

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

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