HomeSort by relevance Sort by last modified time
    Searched refs:fullVisibleSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.cpp 400 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size();
406 if (!scrollbarsAreOverlay && newHasHorizontalScrollbar && !m_updateScrollbarsPass && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height())
411 if (!scrollbarsAreOverlay && newHasVerticalScrollbar && !m_updateScrollbarsPass && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 655 IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size();
657 vMode = (isSeamlessDocument && !fullVisibleSize.height()) ? ScrollbarAlwaysOff : ScrollbarAuto;
    [all...]

Completed in 404 milliseconds