Home
last modified time | relevance | path

Searched refs:hasThumb (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromium.cpp43 bool ScrollbarThemeChromium::hasThumb(Scrollbar* scrollbar) in hasThumb() function in WebCore::ScrollbarThemeChromium
99 if (!hasThumb(scrollbar)) in paintTrackBackground()
DScrollbarThemeChromium.h45 virtual bool hasThumb(Scrollbar*);
DScrollbarThemeChromiumMac.h58 virtual bool hasThumb(Scrollbar*);
DScrollbarThemeChromiumMac.mm207 bool ScrollbarThemeChromiumMac::hasThumb(Scrollbar* scrollbar)
465 if (hasThumb(scrollbar)) {
/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.h43 virtual bool hasThumb(Scrollbar*);
DScrollbarThemeHaiku.cpp68 bool ScrollbarThemeHaiku::hasThumb(Scrollbar* scrollbar) in hasThumb() function in WebCore::ScrollbarThemeHaiku
/external/webkit/Source/WebCore/platform/win/
DScrollbarThemeSafari.h45 virtual bool hasThumb(Scrollbar*);
DScrollbarThemeWin.h46 virtual bool hasThumb(Scrollbar*);
DScrollbarThemeSafari.cpp114 bool ScrollbarThemeSafari::hasThumb(Scrollbar* scrollbar) in hasThumb() function in WebCore::ScrollbarThemeSafari
247 if (hasThumb(scrollbar)) in paintThumb()
DScrollbarThemeWin.cpp133 bool ScrollbarThemeWin::hasThumb(Scrollbar* scrollbar) in hasThumb() function in WebCore::ScrollbarThemeWin
217 if (!hasThumb(scrollbar)) in paintTrackBackground()
/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.h44 virtual bool hasThumb(Scrollbar*);
DScrollbarThemeWx.cpp67 bool ScrollbarThemeWx::hasThumb(Scrollbar* scrollbar) in hasThumb() function in WebCore::ScrollbarThemeWx
/external/webkit/Source/WebCore/platform/mac/
DScrollbarThemeMac.h61 virtual bool hasThumb(Scrollbar*);
DScrollbarThemeMac.mm249 bool ScrollbarThemeMac::hasThumb(Scrollbar* scrollbar)
504 if (hasThumb(scrollbar))
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk.h41 virtual bool hasThumb(Scrollbar*);
DScrollbarThemeGtk.cpp89 bool ScrollbarThemeGtk::hasThumb(Scrollbar* scrollbar) in hasThumb() function in WebCore::ScrollbarThemeGtk
222 bool thumbPresent = hasThumb(scrollbar); in paint()
/external/webkit/Source/WebCore/platform/
DScrollbarThemeComposite.h50 virtual bool hasThumb(Scrollbar*) = 0;
DScrollbarThemeComposite.cpp88 bool thumbPresent = hasThumb(scrollbar); in paint()
/external/webkit/Source/WebCore/rendering/
DRenderScrollbarTheme.h65 virtual bool hasThumb(Scrollbar*);
DRenderScrollbarTheme.cpp62 bool RenderScrollbarTheme::hasThumb(Scrollbar* scrollbar) in hasThumb() function in WebCore::RenderScrollbarTheme
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1654610 (WebCore::ScrollbarThemeChromium::hasThumb):
79915 (WebCore::RenderScrollbarTheme::hasThumb):
88246 (WebCore::ScrollbarThemeMac::hasThumb):
90015 (WebCore::ScrollbarThemeSafari::hasThumb):
90506 (WebCore::ScrollbarThemeSafari::hasThumb):
90519 (WebCore::ScrollbarThemeWin::hasThumb):
91433 (WebCore::PlatformScrollbar::hasThumb):
DChangeLog-2011-02-166606 (WebCore::ScrollbarThemeMac::hasThumb):
15865 (WebCore::ScrollbarThemeMac::hasThumb):
DChangeLog-2010-01-2962870 (WebCore::ScrollbarThemeWx::hasThumb):
72994 (WebCore::ScrollbarThemeHaiku::hasThumb):
DChangeLog-2008-08-1072299 (WebCore::PlatformScrollbar::hasThumb): Added. Returns whether the thumb
DChangeLog-2010-12-0669868 (WebCore::ScrollbarThemeGtk::hasThumb): Added.