Home
last modified time | relevance | path

Searched refs:hasButtons (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.cpp107 bool ScrollbarThemeSafari::hasButtons(Scrollbar* scrollbar) in hasButtons() function in WebCore::ScrollbarThemeSafari
186 if (painting || !hasButtons(scrollbar)) in trackRect()
214 if (hasButtons(scrollbar)) in paintTrackBackground()
227 if (hasButtons(scrollbar)) in paintButton()
DScrollbarThemeSafari.h44 virtual bool hasButtons(Scrollbar*);
DScrollbarThemeWin.h45 virtual bool hasButtons(Scrollbar*) { return true; } in hasButtons() function
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.cpp54 bool RenderScrollbarTheme::hasButtons(Scrollbar* scrollbar) in hasButtons() function in WebCore::RenderScrollbarTheme
84 if (!hasButtons(scrollbar)) in trackRect()
DRenderScrollbarTheme.h64 virtual bool hasButtons(Scrollbar*);
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromium.h44 virtual bool hasButtons(Scrollbar*) { return true; } in hasButtons() function
DScrollbarThemeChromiumMac.h57 virtual bool hasButtons(Scrollbar*);
DScrollbarThemeChromiumMac.mm200 bool ScrollbarThemeChromiumMac::hasButtons(Scrollbar* scrollbar)
306 if (painting || !hasButtons(scrollbar))
403 if (!hasButtons(scrollbar))
/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.h42 virtual bool hasButtons(Scrollbar*);
DScrollbarThemeHaiku.cpp63 bool ScrollbarThemeHaiku::hasButtons(Scrollbar* scrollbar) in hasButtons() function in WebCore::ScrollbarThemeHaiku
/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.h43 virtual bool hasButtons(Scrollbar*) { return true; } in hasButtons() function
/external/webkit/Source/WebCore/platform/mac/
DScrollbarThemeMac.h60 virtual bool hasButtons(Scrollbar*);
DScrollbarThemeMac.mm241 bool ScrollbarThemeMac::hasButtons(Scrollbar* scrollbar)
356 if (painting || !hasButtons(scrollbar))
506 else if (!hasButtons(scrollbar))
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.h40 virtual bool hasButtons(Scrollbar*) { return true; } in hasButtons() function
DScrollbarThemeGtk.cpp197 if (hasButtons(scrollbar)) { in paint()
/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.h49 virtual bool hasButtons(Scrollbar*) = 0;
DScrollbarThemeComposite.cpp67 if (hasButtons(scrollbar)) { in paint()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1654620 (WebCore::ScrollbarThemeChromium::hasButtons):
79914 (WebCore::RenderScrollbarTheme::hasButtons):
88245 (WebCore::ScrollbarThemeMac::hasButtons):
90014 (WebCore::ScrollbarThemeSafari::hasButtons):
90505 (WebCore::ScrollbarThemeSafari::hasButtons):
90533 (WebCore::ScrollbarThemeWin::hasButtons):
91432 (WebCore::PlatformScrollbar::hasButtons):
DChangeLog-2010-01-2962878 (WebCore::ScrollbarThemeWx::hasButtons):
72993 (WebCore::ScrollbarThemeHaiku::hasButtons):
DChangeLog-2011-02-1615869 (WebCore::ScrollbarThemeMac::hasButtons):
DChangeLog-2008-08-1072297 (WebCore::PlatformScrollbar::hasButtons): Added. Returns whether the
DChangeLog-2010-12-0669885 (WebCore::ScrollbarThemeGtk::hasButtons): Added.