OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:docsize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp
351
IntSize
docSize
= contentsSize();
354
newHasHorizontalScrollbar =
docSize
.width() > visibleWidth();
356
newHasVerticalScrollbar =
docSize
.height() > visibleHeight();
364
&&
docSize
.width() <= fullVisibleSize.width() &&
docSize
.height() <= fullVisibleSize.height());
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java
782
final long
docSize
= getCursorLong(cursor, Document.COLUMN_SIZE);
[
all
...]
Completed in 1146 milliseconds