Searched defs:controlSize (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMock.cpp42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) argument
44 return cScrollbarThickness[controlSize];
H A DScrollbarThemeAura.cpp62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize) argument
H A DScrollbarThemeOverlay.cpp62 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) argument
H A DScrollbar.cpp53 Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, ScrollbarTheme* theme) argument
56 , m_controlSize(controlSize)
82 int thickness = m_theme->scrollbarThickness(controlSize);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupMenuChromium.cpp58 void PopupMenuChromium::show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) argument
64 m_popup->showInRect(controlPosition, controlSize, m_frameView.get(), index);
H A DWebPluginScrollbarImpl.cpp164 WebScrollbar::ScrollbarControlSize WebPluginScrollbarImpl::controlSize() const function in class:blink::WebPluginScrollbarImpl
166 return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
H A DPopupContainer.cpp378 void PopupContainer::showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView* v, int index) argument
380 // The controlSize is the size of the select box. It's usually larger than
383 listBox()->setBaseWidth(max(controlSize.width() - borderSize * 2, 0));
400 m_controlSize = controlSize;
404 setFrameRect(IntRect(IntPoint(), controlSize));
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTheme.h84 virtual LengthSize controlSize(ControlPart, const FontDescription&, const LengthSize& zoomedSize, float /*zoomFactor*/) const { return zoomedSize; } function in class:WebCore::Theme
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarImpl.cpp96 WebScrollbar::ScrollbarControlSize WebScrollbarImpl::controlSize() const function in class:blink::WebScrollbarImpl
98 return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
H A DWebScrollbarThemeClientImpl.cpp187 WebCore::ScrollbarControlSize WebScrollbarThemeClientImpl::controlSize() const function in class:WebCore::WebScrollbarThemeClientImpl
189 return static_cast<WebCore::ScrollbarControlSize>(m_scrollbar->controlSize());
/external/chromium_org/content/shell/renderer/test_runner/
H A DWebTestThemeEngineMock.cpp98 int controlSize = std::min(rect.width(), rect.height()); local
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/core/rendering/
H A DRenderTheme.cpp167 LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom()); local
168 if (controlSize.width() != style->width())
169 style->setWidth(controlSize.width());
170 if (controlSize.height() != style->height())
171 style->setHeight(controlSize.height());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1930 milliseconds