Searched refs:buttonRepaintRect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DScrollbarThemeSafari.cpp121 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start) function in namespace:WebCore
151 return buttonRepaintRect(result, scrollbar->orientation(), scrollbar->controlSize(), true);
169 return buttonRepaintRect(result, scrollbar->orientation(), scrollbar->controlSize(), false);
/external/webkit/Source/WebCore/platform/chromium/
H A DScrollbarThemeChromiumMac.mm214 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
260 return buttonRepaintRect(result, scrollbar->orientation(), scrollbar->controlSize(), part == BackButtonStartPart);
300 return buttonRepaintRect(result, scrollbar->orientation(), scrollbar->controlSize(), part == ForwardButtonStartPart);
/external/webkit/Source/WebCore/platform/mac/
H A DScrollbarThemeMac.mm262 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
310 return buttonRepaintRect(result, scrollbar->orientation(), scrollbar->controlSize(), part == BackButtonStartPart);
350 return buttonRepaintRect(result, scrollbar->orientation(), scrollbar->controlSize(), part == ForwardButtonStartPart);

Completed in 427 milliseconds