controlSize        40 Source/core/rendering/RenderScrollbarTheme.h     virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme::theme()->scrollbarThickness(controlSize); }
controlSize       170 Source/core/rendering/RenderTheme.cpp         LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), LengthSize(style->width(), style->height()), style->effectiveZoom());
controlSize       171 Source/core/rendering/RenderTheme.cpp         if (controlSize.width() != style->width())
controlSize       172 Source/core/rendering/RenderTheme.cpp             style->setWidth(controlSize.width());
controlSize       173 Source/core/rendering/RenderTheme.cpp         if (controlSize.height() != style->height())
controlSize       174 Source/core/rendering/RenderTheme.cpp             style->setHeight(controlSize.height());
controlSize        37 Source/platform/PopupMenu.h     virtual void show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) = 0;
controlSize        84 Source/platform/Theme.h     virtual LengthSize controlSize(ControlPart, const FontDescription&, const LengthSize& zoomedSize, float /*zoomFactor*/) const { return zoomedSize; }
controlSize        98 Source/platform/exported/WebScrollbarImpl.cpp     return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
controlSize        52 Source/platform/exported/WebScrollbarImpl.h     virtual ScrollbarControlSize controlSize() const OVERRIDE;
controlSize       189 Source/platform/exported/WebScrollbarThemeClientImpl.cpp     return static_cast<WebCore::ScrollbarControlSize>(m_scrollbar->controlSize());
controlSize        72 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual ScrollbarControlSize controlSize() const OVERRIDE;
controlSize       110 Source/platform/exported/WebScrollbarThemeGeometryNative.cpp     return m_theme->scrollbarThickness(client.controlSize());
controlSize        53 Source/platform/mac/NSScrollerImpDetails.h + (id)scrollerImpWithStyle:(NSScrollerStyle)newScrollerStyle controlSize:(NSControlSize)newControlSize horizontal:(BOOL)horizontal replacingScrollerImp:(id)previous;
controlSize        46 Source/platform/mac/ThemeMac.h     virtual LengthSize controlSize(ControlPart, const FontDescription&, const LengthSize&, float zoomFactor) const;
controlSize        53 Source/platform/scroll/Scrollbar.cpp Scrollbar::Scrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, ScrollbarTheme* theme)
controlSize        56 Source/platform/scroll/Scrollbar.cpp     , m_controlSize(controlSize)
controlSize        82 Source/platform/scroll/Scrollbar.cpp     int thickness = m_theme->scrollbarThickness(controlSize);
controlSize        91 Source/platform/scroll/Scrollbar.h     virtual ScrollbarControlSize controlSize() const OVERRIDE { return m_controlSize; }
controlSize       312 Source/platform/scroll/ScrollbarTheme.cpp     return scrollbarThickness(scrollbar->controlSize());
controlSize        75 Source/platform/scroll/ScrollbarThemeClient.h     virtual ScrollbarControlSize controlSize() const = 0;
controlSize        62 Source/platform/scroll/ScrollbarThemeGtkOrAura.cpp int ScrollbarThemeGtkOrAura::scrollbarThickness(ScrollbarControlSize controlSize)
controlSize        41 Source/platform/scroll/ScrollbarThemeMock.cpp int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize)
controlSize        43 Source/platform/scroll/ScrollbarThemeMock.cpp     return cScrollbarThickness[controlSize];
controlSize        75 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     int thickness = scrollbarThickness(scrollbar->controlSize());
controlSize        62 Source/platform/scroll/ScrollbarThemeOverlay.cpp int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize)
controlSize       378 Source/web/PopupContainer.cpp void PopupContainer::showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, FrameView* v, int index)
controlSize       383 Source/web/PopupContainer.cpp     listBox()->setBaseWidth(max(controlSize.width() - borderSize * 2, 0));
controlSize       400 Source/web/PopupContainer.cpp     m_controlSize = controlSize;
controlSize       404 Source/web/PopupContainer.cpp     setFrameRect(IntRect(IntPoint(), controlSize));
controlSize        77 Source/web/PopupContainer.h     void showInRect(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize& controlSize, WebCore::FrameView*, int index);
controlSize        58 Source/web/PopupMenuChromium.cpp void PopupMenuChromium::show(const FloatQuad& controlPosition, const IntSize& controlSize, int index)
controlSize        64 Source/web/PopupMenuChromium.cpp     m_popup->showInRect(controlPosition, controlSize, m_frameView.get(), index);
controlSize        52 Source/web/PopupMenuChromium.h     virtual void show(const WebCore::FloatQuad& controlPosition, const WebCore::IntSize& controlSize, int index) OVERRIDE;
controlSize       167 Source/web/WebPluginScrollbarImpl.cpp     return static_cast<WebScrollbar::ScrollbarControlSize>(m_scrollbar->controlSize());
controlSize        69 Source/web/WebPluginScrollbarImpl.h     virtual WebScrollbar::ScrollbarControlSize controlSize() const OVERRIDE;
controlSize       103 public/platform/WebScrollbar.h     virtual ScrollbarControlSize controlSize() const = 0;