HomeSort by relevance Sort by last modified time
    Searched defs:isScrollbar (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/
Widget.h 173 virtual bool isScrollbar() const { return false; }
Scrollbar.h 128 virtual bool isScrollbar() const { return true; }
  /external/webkit/WebCore/accessibility/
AccessibilityObject.h 298 bool isScrollbar() const { return roleValue() == ScrollBarRole; }

Completed in 96 milliseconds