OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isScrollbar
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/
Scrollbar.h
170
virtual bool
isScrollbar
() const { return true; }
Widget.h
192
virtual bool
isScrollbar
() const { return false; }
/external/webkit/Source/WebCore/accessibility/
AccessibilityObject.h
319
bool
isScrollbar
() const { return roleValue() == ScrollBarRole; }
Completed in 16 milliseconds