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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 334 void ScrollView::computeScrollbarExistence(bool& newHasHorizontalScrollbar, bool& newHasVerticalScrollbar, const IntSize& docSize, ComputeScrollbarExistenceOption option) const
354 newHasHorizontalScrollbar = docSize.width() > visibleWidth();
356 newHasVerticalScrollbar = docSize.height() > visibleHeight();
364 && docSize.width() <= fullVisibleSize.width() && docSize.height() <= fullVisibleSize.height());
    [all...]
ScrollView.h 284 void computeScrollbarExistence(bool& newHasHorizontalScrollbar, bool& newHasVerticalScrollbar, const IntSize& docSize, ComputeScrollbarExistenceOption = FirstPass) const;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 782 final long docSize = getCursorLong(cursor, Document.COLUMN_SIZE);
    [all...]

Completed in 62 milliseconds