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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollbarTheme.h43 class ScrollbarTheme { class in namespace:WebCore
44 WTF_MAKE_NONCOPYABLE(ScrollbarTheme); WTF_MAKE_FAST_ALLOCATED;
46 ScrollbarTheme() { } function in class:WebCore::ScrollbarTheme
47 virtual ~ScrollbarTheme() { }
134 static ScrollbarTheme* theme();
137 static ScrollbarTheme* nativeTheme(); // Must be implemented to return the correct theme subclass.

Completed in 39 milliseconds