OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:docSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp
372
IntSize
docSize
= contentsSize();
378
newHasHorizontalScrollbar =
docSize
.width() > visibleWidth();
379
if (!scrollbarsAreOverlay && newHasHorizontalScrollbar && !m_updateScrollbarsPass &&
docSize
.width() <= fullVisibleSize.width() &&
docSize
.height() <= fullVisibleSize.height())
383
newHasVerticalScrollbar =
docSize
.height() > visibleHeight();
384
if (!scrollbarsAreOverlay && newHasVerticalScrollbar && !m_updateScrollbarsPass &&
docSize
.width() <= fullVisibleSize.width() &&
docSize
.height() <= fullVisibleSize.height())
426
if (newDocSize ==
docSize
) {
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java
780
final long
docSize
= getCursorLong(cursor, Document.COLUMN_SIZE);
[
all
...]
Completed in 35 milliseconds