Searched defs:ScrollbarThemeClient (Results 1 – 6 of 6) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
| D | ScrollbarTheme.h | 37 class ScrollbarThemeClient; variable 46 virtual void updateEnabledState(ScrollbarThemeClient*) { } in updateEnabledState() argument 57 virtual void updateScrollbarOverlayStyle(ScrollbarThemeClient*) { } in updateScrollbarOverlayStyle() argument 83 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } in paintTickmarks() argument 89 …virtual bool shouldDragDocumentInsteadOfThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { … in shouldDragDocumentInsteadOfThumb() argument 113 virtual void paintScrollbarBackground(GraphicsContext*, ScrollbarThemeClient*) { } in paintScrollbarBackground() argument 114 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } in paintTrackBackground() argument 115 …virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPar… in paintTrackPiece() argument 116 …virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) {… in paintButton() argument 117 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } in paintThumb() argument [all …]
|
| D | ScrollbarThemeMock.h | 40 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } in hasButtons() argument 41 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE { return true; } in hasThumb() argument
|
| D | ScrollbarThemeOverlay.cpp | 100 IntRect ScrollbarThemeOverlay::backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool) in backButtonRect() argument 105 IntRect ScrollbarThemeOverlay::forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool) in forwardButtonRect() argument 120 int ScrollbarThemeOverlay::thumbThickness(ScrollbarThemeClient*) in thumbThickness() argument
|
| D | ScrollbarThemeNonMacCommon.h | 42 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return true; } in hasButtons() argument
|
| D | ScrollbarThemeMacOverlayAPI.h | 62 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } in hasButtons() argument
|
| D | ScrollbarThemeOverlay.h | 50 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }; in hasButtons() argument
|