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

  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.h 34 class ScrollbarThemeWx : public ScrollbarThemeComposite {
36 virtual ~ScrollbarThemeWx();
ScrollbarThemeWx.cpp 27 #include "ScrollbarThemeWx.h"
48 static ScrollbarThemeWx theme;
52 ScrollbarThemeWx::~ScrollbarThemeWx()
56 int ScrollbarThemeWx::scrollbarThickness(ScrollbarControlSize size)
67 bool ScrollbarThemeWx::hasThumb(Scrollbar* scrollbar)
74 int ScrollbarThemeWx::minimumThumbLength(Scrollbar* scrollbar)
79 IntSize ScrollbarThemeWx::buttonSize(Scrollbar*)
88 void ScrollbarThemeWx::splitTrack(Scrollbar* scrollbar, const IntRect& unconstrainedTrackRect, IntRect& beforeThumbRect, IntRect& thumbRect, IntRect& afterThumbRect)
105 IntRect ScrollbarThemeWx::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool
    [all...]

Completed in 1369 milliseconds