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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Theme.h 87 virtual LengthSize controlSize(ControlPart, const Font&, const LengthSize& zoomedSize, float /*zoomFactor*/) const { return zoomedSize; }
Scrollbar.h 86 virtual ScrollbarControlSize controlSize() const { return m_controlSize; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarImpl.cpp 96 WebScrollbar::ScrollbarControlSize WebScrollbarImpl::controlSize() const
98 return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
WebScrollbarThemeClientImpl.cpp 181 WebCore::ScrollbarControlSize WebScrollbarThemeClientImpl::controlSize() const
183 return static_cast<WebCore::ScrollbarControlSize>(m_scrollbar->controlSize());
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 82 int controlSize = std::min(rect.width(), rect.height());
83 controlSize = std::min(controlSize, maxControlSize);
85 retval.fLeft = rect.fLeft + (rect.width() / 2) - (controlSize / 2);
86 retval.fRight = retval.fLeft + controlSize - 1;
87 retval.fTop = rect.fTop + (rect.height() / 2) - (controlSize / 2);
88 retval.fBottom = retval.fTop + controlSize - 1;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 165 WebScrollbar::ScrollbarControlSize WebPluginScrollbarImpl::controlSize() const
167 return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 175 LengthSize controlSize = m_theme->controlSize(part, style->font(), LengthSize(style->width(), style->height()), style->effectiveZoom());
176 if (controlSize.width() != style->width())
177 style->setWidth(controlSize.width());
178 if (controlSize.height() != style->height())
179 style->setHeight(controlSize.height());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 228 milliseconds