HomeSort by relevance Sort by last modified time
    Searched refs:scrollbarThickness (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAura.h 40 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
ScrollbarThemeMacNonOverlayAPI.h 40 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
ScrollbarThemeMock.cpp 42 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeMock.h 36 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
ScrollbarThemeMacOverlayAPI.h 43 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
ScrollbarThemeOverlay.h 44 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
ScrollbarTheme.h 51 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
ScrollbarThemeNonMacCommon.cpp 75 int thickness = scrollbarThickness(scrollbar->controlSize());
ScrollbarThemeMacNonOverlayAPI.mm 183 int ScrollbarThemeMacNonOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
237 int thickness = scrollbarThickness(scrollbar->controlSize());
271 int thickness = scrollbarThickness(scrollbar->controlSize());
307 int thickness = scrollbarThickness(scrollbar->controlSize());
ScrollbarThemeOverlay.cpp 62 int ScrollbarThemeOverlay::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeMacOverlayAPI.mm 123 int ScrollbarThemeMacOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeAura.cpp 62 int ScrollbarThemeAura::scrollbarThickness(ScrollbarControlSize controlSize)
Scrollbar.cpp 82 int thickness = m_theme->scrollbarThickness(controlSize);
ScrollbarTheme.cpp 316 return scrollbarThickness(scrollbar->controlSize());
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbarThemeGeometry.h 49 virtual int scrollbarThickness(WebScrollbar*) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.h 39 virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme::theme()->scrollbarThickness(controlSize); }
RenderTextControl.h 46 int scrollbarThickness() const;
RenderTextControlMultiLine.cpp 65 return static_cast<LayoutUnit>(ceilf(charWidth * factor)) + scrollbarThickness();
RenderTextControl.cpp 123 int RenderTextControl::scrollbarThickness() const
126 return ScrollbarTheme::theme()->scrollbarThickness();
140 logicalHeight += scrollbarThickness();
RenderScrollbarPart.cpp 94 return ScrollbarTheme::theme()->scrollbarThickness();
RenderThemeChromiumSkia.cpp 404 return ScrollbarTheme::theme()->scrollbarThickness();
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeGeometryNative.h 57 virtual int scrollbarThickness(WebScrollbar*) OVERRIDE;
WebScrollbarThemeGeometryNative.cpp 107 int WebScrollbarThemeGeometryNative::scrollbarThickness(WebScrollbar* scrollbar)
110 return m_theme->scrollbarThickness(client.controlSize());
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 58 return ScrollbarTheme::theme()->scrollbarThickness();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 548 EXPECT_EQ(container->width(), listBox->contentsSize().width() + ScrollbarTheme::theme()->scrollbarThickness() + 2);

Completed in 100 milliseconds

1 2