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

  /external/webkit/Source/WebCore/rendering/
RenderInputSpeech.cpp 72 int buttonSize = std::min(inputContentBox.width(), std::min(inputContentBox.height(), rect.height()));
77 inputContentBox.y() + (inputContentBox.height() - buttonSize + 1) / 2,
78 buttonSize, buttonSize);
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.cpp 128 IntSize ScrollbarThemeChromiumLinux::buttonSize(Scrollbar* scrollbar)
ScrollbarThemeChromiumWin.cpp 243 IntSize ScrollbarThemeChromiumWin::buttonSize(Scrollbar* scrollbar)
  /external/webkit/Source/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 80 IntSize buttonSize = scrollbar->orientation() == HorizontalScrollbar
83 IntRect buttonRect(buttonOrigin, buttonSize);
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 79 IntSize ScrollbarThemeWx::buttonSize(Scrollbar*)
112 IntSize size = buttonSize(scrollbar);
133 IntSize size = buttonSize(scrollbar);
153 IntSize bs = buttonSize(scrollbar);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.cpp 153 double buttonSize = manager->getButtonSize();
154 innerRect.offset(videoRect.fLeft + (videoRect.width() - buttonSize) / 2,
155 videoRect.fTop + (videoRect.height() - buttonSize) / 2);
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 103 IntSize size = buttonSize(scrollbar);
120 IntSize size = buttonSize(scrollbar);
273 IntSize ScrollbarThemeGtk::buttonSize(Scrollbar* scrollbar)
ScrollbarThemeGtk2.cpp 153 int buttonSize = (orientation == VerticalScrollbar) ? rect.height() : rect.width();
154 int totalAllocation = buttonSize * 5; // One space for each button and one extra.
157 buttonOffset = buttonSize;
159 buttonOffset = 3 * buttonSize;
161 buttonOffset = 4 * buttonSize;
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 161 int buttonSize = 16;
167 buttonRect.bottom = buttonRect.top + buttonSize;
168 buttonRect.right = buttonRect.left + buttonSize;
174 buttonRect.top = buttonRect.bottom - buttonSize;
175 buttonRect.left = buttonRect.right - buttonSize;
181 physicalLength -= buttonSize*2;
188 buttonRect.left = buttonRect.left + thumbStart + buttonSize;
191 buttonRect.top = buttonRect.top + thumbStart + buttonSize;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 503 Point buttonSize = m_arrow.computeSize(areaHeight, areaHeight);
504 Point textSize = m_text.computeSize(areaWidth - buttonSize.x, areaHeight);
506 m_arrow.setLocation(areaWidth - buttonSize.x, 0);
507 m_arrow.setSize(buttonSize);
508 m_text.setSize(areaWidth - buttonSize.x, Math.max(textSize.y, areaHeight));
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 59 static const int buttonSize = 25;
122 HUDSlider::HUDSlider(HUDSliderButtonShape shape, int buttonSize, const IntRect& rect)
125 , m_buttonSize(buttonSize)
233 , m_playPauseButton(HUDButton::PlayPauseButton, IntPoint((windowWidth - buttonSize) / 2, marginTop))
235 , m_volumeUpButton(HUDButton::VolumeUpButton, IntPoint(margin + buttonMiniSize + volumeSliderWidth + buttonMiniSize / 2, marginTop + (buttonSize - buttonMiniSize) / 2))
237 , m_volumeDownButton(HUDButton::VolumeDownButton, IntPoint(margin, marginTop + (buttonSize - buttonMiniSize) / 2))
238 , m_exitFullscreenButton(HUDButton::ExitFullscreenButton, IntPoint(windowWidth - 2 * margin - buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2))
239 , m_volumeSlider(HUDSlider::RoundButton, volumeSliderButtonSize, IntRect(IntPoint(margin + buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2 + buttonMiniSize / 2 - sliderHeight / 2), IntSize(volumeSliderWidth, sliderHeight)))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 127 milliseconds