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

/external/webkit/Source/WebCore/platform/
H A DScrollbarTheme.h39 class ScrollbarTheme { class in namespace:WebCore
40 WTF_MAKE_NONCOPYABLE(ScrollbarTheme); WTF_MAKE_FAST_ALLOCATED;
42 ScrollbarTheme() { } function in class:WebCore::ScrollbarTheme
43 virtual ~ScrollbarTheme() {};
97 static ScrollbarTheme* nativeTheme(); // Must be implemented to return the correct theme subclass.

Completed in 58 milliseconds