Home
last modified time | relevance | path

Searched defs:controlSize (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeMock.cpp41 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness()
DScrollbarThemeGtkOrAura.cpp62 int ScrollbarThemeGtkOrAura::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness()
DScrollbarThemeOverlay.cpp49 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness()
DScrollbarThemeWin.cpp62 int ScrollbarThemeWin::scrollbarThickness(ScrollbarControlSize controlSize) in scrollbarThickness()
DScrollbar.h91 virtual ScrollbarControlSize controlSize() const { return m_controlSize; } in controlSize() function
DScrollbar.cpp53 …ableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, Scro… in Scrollbar()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupMenuChromium.cpp69 void PopupMenuChromium::show(const FloatQuad& controlPosition, const IntSize& controlSize, int inde… in show()
DWebPluginScrollbarImpl.cpp165 WebScrollbar::ScrollbarControlSize WebPluginScrollbarImpl::controlSize() const in controlSize() function in blink::WebPluginScrollbarImpl
DPopupContainer.cpp373 void PopupContainer::showInRect(const FloatQuad& controlPosition, const IntSize& controlSize, Frame… in showInRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h40 …virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme:… in scrollbarThickness()
DRenderMenuList.cpp519 …ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize controlSize) in createScrollbar()
DRenderTheme.cpp175 …LengthSize controlSize = m_platformTheme->controlSize(part, style->font().fontDescription(), Lengt… in adjustStyle() local
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarImpl.cpp96 WebScrollbar::ScrollbarControlSize WebScrollbarImpl::controlSize() const in controlSize() function in blink::WebScrollbarImpl
DWebScrollbarThemeClientImpl.cpp187 WebCore::ScrollbarControlSize WebScrollbarThemeClientImpl::controlSize() const in controlSize() function in WebCore::WebScrollbarThemeClientImpl
/external/chromium_org/third_party/WebKit/Source/platform/
DTheme.h84 …virtual LengthSize controlSize(ControlPart, const FontDescription&, const LengthSize& zoomedSize, … in controlSize() function
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestThemeControlWin.cpp83 int controlSize = std::min(rect.width(), rect.height()); in validate() local
DWebTestThemeEngineMock.cpp116 int controlSize = std::min(rect.width(), rect.height()); in validate() local