Searched defs:buttonSize (Results 1 – 9 of 9) sorted by relevance
72 …int buttonSize = std::min(inputContentBox.width(), std::min(inputContentBox.height(), rect.height(… in paintInputFieldSpeechButton() local
128 IntSize ScrollbarThemeChromiumLinux::buttonSize(Scrollbar* scrollbar) in buttonSize() function in WebCore::ScrollbarThemeChromiumLinux
243 IntSize ScrollbarThemeChromiumWin::buttonSize(Scrollbar* scrollbar) in buttonSize() function in WebCore::ScrollbarThemeChromiumWin
79 IntSize ScrollbarThemeWx::buttonSize(Scrollbar*) in buttonSize() function in WebCore::ScrollbarThemeWx
80 IntSize buttonSize = scrollbar->orientation() == HorizontalScrollbar in backButtonRect() local
153 int buttonSize = (orientation == VerticalScrollbar) ? rect.height() : rect.width(); in paintButton() local
273 IntSize ScrollbarThemeGtk::buttonSize(Scrollbar* scrollbar) in buttonSize() function in WebCore::ScrollbarThemeGtk
161 int buttonSize = 16; in wxRenderer_DrawScrollbar() local
59 static const int buttonSize = 25; variable122 HUDSlider::HUDSlider(HUDSliderButtonShape shape, int buttonSize, const IntRect& rect) in HUDSlider()