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

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.cpp515 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size(); local
519 if (newHasHorizontalScrollbar && !m_updateScrollbarsPass && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height())
524 if (newHasVerticalScrollbar && !m_updateScrollbarsPass && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height())
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp727 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size(); local
729 vMode = (isSeamlessDocument && !fullVisibleSize.height()) ? ScrollbarAlwaysOff : ScrollbarAuto;

Completed in 199 milliseconds