Home
last modified time | relevance | path

Searched defs:ScrollbarThemeClient (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarTheme.h37 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 …]
DScrollbarThemeMock.h40 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } in hasButtons() argument
41 virtual bool hasThumb(ScrollbarThemeClient*) OVERRIDE { return true; } in hasThumb() argument
DScrollbarThemeOverlay.cpp100 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
DScrollbarThemeNonMacCommon.h42 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return true; } in hasButtons() argument
DScrollbarThemeMacOverlayAPI.h62 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; } in hasButtons() argument
DScrollbarThemeOverlay.h50 virtual bool hasButtons(ScrollbarThemeClient*) OVERRIDE { return false; }; in hasButtons() argument