OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxScrollPosition
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
254
WebSize WebLayerImpl::
maxScrollPosition
() const {
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp
312
IntPoint
maxScrollPosition
= maximumScrollPosition();
316
if (currentScrollPosition.x() >
maxScrollPosition
.x())
317
stretch.setWidth(currentScrollPosition.x() -
maxScrollPosition
.x());
321
if (currentScrollPosition.y() >
maxScrollPosition
.y())
322
stretch.setHeight(currentScrollPosition.y() -
maxScrollPosition
.y());
[
all
...]
Completed in 33 milliseconds