Home
last modified time | relevance | path

Searched defs:scrollBar (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXScrollView.cpp59 AXObject* AXScrollView::scrollBar(AccessibilityOrientation orientation) in scrollBar() function in WebCore::AXScrollView
DAXObjectCache.cpp963 Scrollbar* scrollBar = toAXScrollbar(obj)->scrollbar(); in postPlatformNotification() local
DAXObject.h495 virtual AXObject* scrollBar(AccessibilityOrientation) { return 0; } in scrollBar() function