Searched defs:ScrollbarTheme (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarTheme.h40 class PLATFORM_EXPORT ScrollbarTheme { class in namespace:WebCore
41 WTF_MAKE_NONCOPYABLE(ScrollbarTheme); WTF_MAKE_FAST_ALLOCATED;
43 ScrollbarTheme() { } function in class:WebCore::ScrollbarTheme
44 virtual ~ScrollbarTheme() { }
131 static ScrollbarTheme* theme();
137 static ScrollbarTheme* nativeTheme(); // Must be implemented to return the correct theme subclass.

Completed in 234 milliseconds