Home
last modified time | relevance | path

Searched refs:currentScrollOffset (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.cpp678 static int computeBestScrollOffset(int currentScrollOffset, int subfocusMin, int subfocusMax, int o… in computeBestScrollOffset() argument
702 if (objectMin - currentScrollOffset >= viewportMin in computeBestScrollOffset()
703 && objectMax - currentScrollOffset <= viewportMax) in computeBestScrollOffset()
704 return currentScrollOffset; in computeBestScrollOffset()
707 if (objectMax - currentScrollOffset > viewportMax) in computeBestScrollOffset()
711 if (objectMin - currentScrollOffset < viewportMin) in computeBestScrollOffset()
717 return currentScrollOffset; in computeBestScrollOffset()