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

  /external/chromium_org/third_party/WebKit/Source/platform/
Theme.h 84 virtual LengthSize controlSize(ControlPart, const FontDescription&, const LengthSize& zoomedSize, float /*zoomFactor*/) const { return zoomedSize; }
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarImpl.cpp 96 WebScrollbar::ScrollbarControlSize WebScrollbarImpl::controlSize() const
98 return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
WebScrollbarThemeClientImpl.cpp 187 WebCore::ScrollbarControlSize WebScrollbarThemeClientImpl::controlSize() const
189 return static_cast<WebCore::ScrollbarControlSize>(m_scrollbar->controlSize());
  /external/chromium_org/content/shell/renderer/test_runner/
WebTestThemeEngineMock.cpp 98 int controlSize = std::min(rect.width(), rect.height());
99 controlSize = std::min(controlSize, maxControlSize);
101 retval.fLeft = rect.fLeft + (rect.width() / 2) - (controlSize / 2);
102 retval.fRight = retval.fLeft + controlSize - 1;
103 retval.fTop = rect.fTop + (rect.height() / 2) - (controlSize / 2);
104 retval.fBottom = retval.fTop + controlSize - 1;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 164 WebScrollbar::ScrollbarControlSize WebPluginScrollbarImpl::controlSize() const
166 return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 167 LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom());
168 if (controlSize.width() != style->width())
169 style->setWidth(controlSize.width());
170 if (controlSize.height() != style->height())
171 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 100 milliseconds