Searched refs:buttonSize (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderInputSpeech.cpp71 LayoutUnit buttonSize = std::min(inputContentBox.width(), std::min<LayoutUnit>(inputContentBox.height(), rect.height())); local
76 inputContentBox.y() + (inputContentBox.height() - buttonSize + 1) / 2,
77 buttonSize, buttonSize);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DScrollbarThemeGtk2.cpp155 int buttonSize = (orientation == VerticalScrollbar) ? rect.height() : rect.width(); local
156 int totalAllocation = buttonSize * 5; // One space for each button and one extra.
159 buttonOffset = buttonSize;
161 buttonOffset = 3 * buttonSize;
163 buttonOffset = 4 * buttonSize;
H A DScrollbarThemeGtk.h53 virtual IntSize buttonSize(ScrollbarThemeClient*);
H A DScrollbarThemeGtk.cpp105 IntSize size = buttonSize(scrollbar);
124 IntSize size = buttonSize(scrollbar);
273 IntSize ScrollbarThemeGtk::buttonSize(ScrollbarThemeClient* scrollbar) function in class:WebCore::ScrollbarThemeGtk
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp62 static const int buttonSize = 25; variable
125 HUDSlider::HUDSlider(HUDSliderButtonShape shape, int buttonSize, const IntRect& rect) argument
128 , m_buttonSize(buttonSize)
238 , m_playPauseButton(HUDButton::PlayPauseButton, IntPoint((windowWidth - buttonSize) / 2, marginTop))
240 , m_volumeUpButton(HUDButton::VolumeUpButton, IntPoint(margin + buttonMiniSize + volumeSliderWidth + buttonMiniSize / 2, marginTop + (buttonSize - buttonMiniSize) / 2))
242 , m_volumeDownButton(HUDButton::VolumeDownButton, IntPoint(margin, marginTop + (buttonSize - buttonMiniSize) / 2))
243 , m_exitFullscreenButton(HUDButton::ExitFullscreenButton, IntPoint(windowWidth - 2 * margin - buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2))
244 , m_volumeSlider(HUDSlider::RoundButton, volumeSliderButtonSize, IntRect(IntPoint(margin + buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2 + buttonMiniSize / 2 - sliderHeight / 2), IntSize(volumeSliderWidth, sliderHeight)))
H A DFullscreenVideoController.h90 HUDSlider(HUDSliderButtonShape, int buttonSize, const WebCore::IntRect& rect);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c2008 int w1, lineLeft, lineTop, buttonLeft, buttonTop, buttonThickness, buttonSize; local
2018 Tk_GetPixelsFromObj(NULL, tkwin, indicator->sizeObj, &buttonSize);
2039 buttonSize - buttonThickness,
2040 buttonSize - buttonThickness);
2051 buttonSize - buttonThickness,
2052 buttonSize - buttonThickness);
2058 buttonSize - buttonThickness * 4,
2067 buttonSize - buttonThickness * 4);
H A DtkTreeItem.c874 w1 = h1 = tree->buttonSize;
899 w2 = h2 = tree->buttonSize;
4465 buttonLeft = left + (tree->useIndent - tree->buttonSize) / 2;
4466 buttonTop = y + (height - tree->buttonSize) / 2;
4473 tree->buttonSize - tree->buttonThickness,
4474 tree->buttonSize - tree->buttonThickness);
4480 tree->buttonSize - tree->buttonThickness + macoffset,
4481 tree->buttonSize - tree->buttonThickness + macoffset);
4487 tree->buttonSize - tree->buttonThickness * 4,
4496 tree->buttonSize
[all...]
H A DtkTreeCtrl.h255 Tcl_Obj *buttonSizeObj; /* -buttonSize */
256 int buttonSize; /* -buttonsize */ member in struct:TreeCtrl
H A DtkTreeStyle.c6035 return MAX(width, tree->buttonSize);
6081 return tree->buttonSize;
H A DtkTreeCtrl.c105 {TK_OPTION_PIXELS, "-buttonsize", "buttonSize", "ButtonSize",
107 Tk_Offset(TreeCtrl, buttonSize),

Completed in 297 milliseconds