Home
last modified time | relevance | path

Searched defs:handleScrollPositionChanged (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObjectCache.cpp1030 void AXObjectCache::handleScrollPositionChanged(ScrollView* scrollView) in handleScrollPositionChanged() function in blink::AXObjectCache
1035 void AXObjectCache::handleScrollPositionChanged(RenderObject* renderObject) in handleScrollPositionChanged() function in blink::AXObjectCache
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
DBrowserAccessibilityManager.java453 private void handleScrollPositionChanged(int id) { in handleScrollPositionChanged() method in BrowserAccessibilityManager