Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp361 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size(); in computeScrollbarExistence() local
364 … && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height()); in computeScrollbarExistence()