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.cpp351 IntSize docSize = contentsSize(); in computeScrollbarExistence() local
354 newHasHorizontalScrollbar = docSize.width() > visibleWidth(); in computeScrollbarExistence()
356 newHasVerticalScrollbar = docSize.height() > visibleHeight(); in computeScrollbarExistence()
364 … && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height()); in computeScrollbarExistence()