Home
last modified time | relevance | path

Searched defs:buttonSize (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderInputSpeech.cpp72 …int buttonSize = std::min(inputContentBox.width(), std::min(inputContentBox.height(), rect.height(… in paintInputFieldSpeechButton() local
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromiumLinux.cpp128 IntSize ScrollbarThemeChromiumLinux::buttonSize(Scrollbar* scrollbar) in buttonSize() function in WebCore::ScrollbarThemeChromiumLinux
DScrollbarThemeChromiumWin.cpp243 IntSize ScrollbarThemeChromiumWin::buttonSize(Scrollbar* scrollbar) in buttonSize() function in WebCore::ScrollbarThemeChromiumWin
/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.cpp79 IntSize ScrollbarThemeWx::buttonSize(Scrollbar*) in buttonSize() function in WebCore::ScrollbarThemeWx
/external/webkit/Source/WebCore/platform/haiku/
DScrollbarThemeHaiku.cpp80 IntSize buttonSize = scrollbar->orientation() == HorizontalScrollbar in backButtonRect() local
/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk2.cpp153 int buttonSize = (orientation == VerticalScrollbar) ? rect.height() : rect.width(); in paintButton() local
DScrollbarThemeGtk.cpp273 IntSize ScrollbarThemeGtk::buttonSize(Scrollbar* scrollbar) in buttonSize() function in WebCore::ScrollbarThemeGtk
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
Dscrollbar_render.cpp161 int buttonSize = 16; in wxRenderer_DrawScrollbar() local
/external/webkit/Source/WebKit/win/
DFullscreenVideoController.cpp59 static const int buttonSize = 25; variable
122 HUDSlider::HUDSlider(HUDSliderButtonShape shape, int buttonSize, const IntRect& rect) in HUDSlider()