Searched refs:hasThumb (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeNonMacCommon.h43 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
H A DScrollbarThemeMacNonOverlayAPI.h54 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
H A DScrollbarThemeMock.h41 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE { return true; }
H A DScrollbarThemeNonMacCommon.cpp37 bool ScrollbarThemeNonMacCommon::hasThumb(ScrollbarThemeClient* scrollbar) function in class:WebCore::ScrollbarThemeNonMacCommon
91 if (!hasThumb(scrollbar))
H A DScrollbarThemeMacOverlayAPI.h63 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
H A DScrollbarThemeOverlay.h51 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
H A DScrollbarTheme.h101 virtual bool hasThumb(ScrollbarThemeClient*) = 0;
H A DScrollbarThemeOverlay.cpp95 bool ScrollbarThemeOverlay::hasThumb(ScrollbarThemeClient* scrollbar) function in class:WebCore::ScrollbarThemeOverlay
H A DScrollbarThemeMacOverlayAPI.mm157 bool ScrollbarThemeMacOverlayAPI::hasThumb(ScrollbarThemeClient* scrollbar)
H A DScrollbarTheme.cpp80 bool thumbPresent = hasThumb(scrollbar);
296 if (!hasThumb(scrollbar))
H A DScrollbarThemeMacNonOverlayAPI.mm156 if (hasThumb(scrollbar)) {
201 bool ScrollbarThemeMacNonOverlayAPI::hasThumb(ScrollbarThemeClient* scrollbar)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebScrollbarThemeGeometry.h45 virtual bool hasThumb(WebScrollbar*) = 0;
/external/chromium_org/content/renderer/compositor_bindings/
H A Dscrollbar_impl.cc38 return geometry_->hasThumb(scrollbar_.get());
99 bool thumb_present = geometry_->hasThumb(scrollbar_.get());
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeGeometryNative.h53 virtual bool hasThumb(WebScrollbar*) OVERRIDE;
H A DWebScrollbarThemeGeometryNative.cpp83 bool WebScrollbarThemeGeometryNative::hasThumb(WebScrollbar* scrollbar) function in class:blink::WebScrollbarThemeGeometryNative
86 return m_theme->hasThumb(&client);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.h62 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE;
H A DRenderScrollbarTheme.cpp64 bool RenderScrollbarTheme::hasThumb(ScrollbarThemeClient* scrollbar) function in class:WebCore::RenderScrollbarTheme
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp250 bool hasThumb() const { function in class:__anon25148::ARMAsmParser
8294 if (!hasThumb()) {
8420 if (!hasThumb()) {

Completed in 260 milliseconds