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

  /external/webkit/Source/WebCore/platform/
Theme.h 87 virtual LengthSize controlSize(ControlPart, const Font&, const LengthSize& zoomedSize, float /*zoomFactor*/) const { return zoomedSize; }
Scrollbar.h 69 ScrollbarControlSize controlSize() const { return m_controlSize; }
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 77 int controlSize = min(rect.width(), rect.height());
78 controlSize = min(controlSize, maxControlSize);
80 retval.fLeft = rect.fLeft + (rect.width() / 2) - (controlSize / 2);
81 retval.fRight = retval.fLeft + controlSize - 1;
82 retval.fTop = rect.fTop + (rect.height() / 2) - (controlSize / 2);
83 retval.fBottom = retval.fTop + controlSize - 1;
  /external/webkit/Source/WebCore/rendering/
RenderTheme.cpp 151 LengthSize controlSize = m_theme->controlSize(part, style->font(), LengthSize(style->width(), style->height()), style->effectiveZoom());
152 if (controlSize.width() != style->width())
153 style->setWidth(controlSize.width());
154 if (controlSize.height() != style->height())
155 style->setHeight(controlSize.height());
    [all...]
RenderThemeSafari.cpp 182 static float systemFontSizeForControlSize(NSControlSize controlSize)
186 return sizes[controlSize];
263 NSControlSize controlSize = controlSizeForFont(o->style());
269 r = inflateRect(r, checkboxSizes()[controlSize], checkboxMargins(controlSize));
275 r = inflateRect(r, radioSizes()[controlSize], radioMargins(controlSize));
284 r = inflateRect(r, buttonSizes()[controlSize], buttonMargins(controlSize));
288 r = inflateRect(r, popupButtonSizes()[controlSize], popupButtonMargins(controlSize))
    [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 560 milliseconds