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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeNonMacCommon.h41 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:blink::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.h100 virtual bool hasThumb(ScrollbarThemeClient*) = 0;
H A DScrollbarThemeOverlay.cpp93 bool ScrollbarThemeOverlay::hasThumb(ScrollbarThemeClient* scrollbar) function in class:blink::ScrollbarThemeOverlay
H A DScrollbarTheme.cpp80 bool thumbPresent = hasThumb(scrollbar);
298 if (!hasThumb(scrollbar))
H A DScrollbarThemeMacOverlayAPI.mm157 bool ScrollbarThemeMacOverlayAPI::hasThumb(ScrollbarThemeClient* scrollbar)
H A DScrollbarThemeMacNonOverlayAPI.mm92 trackInfo.attributes = hasThumb(scrollbar) ? kThemeTrackShowThumb : 0;
174 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/cc/blink/
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.cpp81 bool WebScrollbarThemeGeometryNative::hasThumb(WebScrollbar* scrollbar) function in class:blink::WebScrollbarThemeGeometryNative
84 return m_theme->hasThumb(&client);
H A DWebScrollbarThemeGeometryNative.h50 virtual bool hasThumb(WebScrollbar*) OVERRIDE;
/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:blink::RenderScrollbarTheme
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp250 bool hasThumb() const { function in class:__anon25986::ARMAsmParser
8294 if (!hasThumb()) {
8420 if (!hasThumb()) {

Completed in 5549 milliseconds