HomeSort by relevance Sort by last modified time
    Searched defs:ScrollbarThemeEfl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/efl/
ScrollbarThemeEfl.h 36 class ScrollbarThemeEfl : public ScrollbarTheme {
38 virtual ~ScrollbarThemeEfl();
ScrollbarThemeEfl.cpp 30 #include "ScrollbarThemeEfl.h"
39 static ScrollbarThemeEfl theme;
43 ScrollbarThemeEfl::~ScrollbarThemeEfl()
47 int ScrollbarThemeEfl::scrollbarThickness(ScrollbarControlSize controlSize)
52 void ScrollbarThemeEfl::registerScrollbar(Scrollbar* scrollbar)
56 void ScrollbarThemeEfl::unregisterScrollbar(Scrollbar* scrollbar)

Completed in 27 milliseconds