HomeSort by relevance Sort by last modified time
    Searched refs:controlSize (Results 26 - 37 of 37) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeOverlay.cpp 60 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeAura.cpp 62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarTheme.cpp 318 return scrollbarThickness(scrollbar->controlSize());
ScrollbarThemeMacCommon.mm 358 [NSClassFromString(@"NSScrollerImp") respondsToSelector:@selector(scrollerImpWithStyle:controlSize:horizontal:replacingScrollerImp:)]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 392 void PopupContainer::showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView* v, int index)
394 // The controlSize is the size of the select box. It's usually larger than
397 m_listBox->setBaseWidth(max(controlSize.width() - borderSize * 2, 0));
414 m_controlSize = controlSize;
418 setFrameRect(IntRect(IntPoint(), controlSize));
WebPluginScrollbarImpl.cpp 162 WebScrollbar::ScrollbarControlSize WebPluginScrollbarImpl::controlSize() const
164 return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 168 LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom());
169 if (controlSize.width() != style->width())
170 style->setWidth(controlSize.width());
171 if (controlSize.height() != style->height())
172 style->setHeight(controlSize.height());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm     [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/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 709 milliseconds

12