Home
last modified time | relevance | path

Searched defs:hasButtons (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.h43 virtual bool hasButtons(Scrollbar*) { return true; } in hasButtons() function
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeWin.h45 virtual bool hasButtons(Scrollbar*) { return true; } in hasButtons() function
DScrollbarThemeSafari.cpp107 bool ScrollbarThemeSafari::hasButtons(Scrollbar* scrollbar) in hasButtons() function in WebCore::ScrollbarThemeSafari
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromium.h44 virtual bool hasButtons(Scrollbar*) { return true; } in hasButtons() function
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.h40 virtual bool hasButtons(Scrollbar*) { return true; } in hasButtons() function
/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.cpp63 bool ScrollbarThemeHaiku::hasButtons(Scrollbar* scrollbar) in hasButtons() function in WebCore::ScrollbarThemeHaiku
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.cpp54 bool RenderScrollbarTheme::hasButtons(Scrollbar* scrollbar) in hasButtons() function in WebCore::RenderScrollbarTheme