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.cpp685 static int computeBestScrollOffset(int currentScrollOffset, int subfocusMin, int subfocusMax, int o… in computeBestScrollOffset() argument
709 if (objectMin - currentScrollOffset >= viewportMin in computeBestScrollOffset()
710 && objectMax - currentScrollOffset <= viewportMax) in computeBestScrollOffset()
711 return currentScrollOffset; in computeBestScrollOffset()
714 if (objectMax - currentScrollOffset > viewportMax) in computeBestScrollOffset()
718 if (objectMin - currentScrollOffset < viewportMin) in computeBestScrollOffset()
724 return currentScrollOffset; in computeBestScrollOffset()