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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromiumDefault.h 40 virtual int scrollbarThickness(ScrollbarControlSize);
ScrollbarThemeChromiumOverlay.h 37 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
ScrollbarThemeChromiumWin.h 40 virtual int scrollbarThickness(ScrollbarControlSize) OVERRIDE;
ScrollbarThemeChromiumOverlay.cpp 43 int ScrollbarThemeChromiumOverlay::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeChromiumWin.cpp 62 int ScrollbarThemeChromiumWin::scrollbarThickness(ScrollbarControlSize controlSize)
84 const int thickness = scrollbarThickness(scrollbar->controlSize());
236 int thickness = scrollbarThickness(scrollbar->controlSize());
240 // FIXME: This is retarded! scrollbarThickness is already fixed in layout
ScrollbarThemeChromium.cpp 81 int thickness = scrollbarThickness(scrollbar->controlSize());
ScrollbarThemeChromiumDefault.cpp 56 int ScrollbarThemeChromiumDefault::scrollbarThickness(ScrollbarControlSize controlSize)
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMacNonOverlayAPI.h 40 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
ScrollbarThemeMacOverlayAPI.h 43 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
ScrollbarThemeMacNonOverlayAPI.mm 176 int ScrollbarThemeMacNonOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
230 int thickness = scrollbarThickness(scrollbar->controlSize());
264 int thickness = scrollbarThickness(scrollbar->controlSize());
300 int thickness = scrollbarThickness(scrollbar->controlSize());
ScrollbarThemeMacOverlayAPI.mm 124 int ScrollbarThemeMacOverlayAPI::scrollbarThickness(ScrollbarControlSize controlSize)
  /external/chromium_org/third_party/WebKit/Source/core/platform/mock/
ScrollbarThemeMock.cpp 40 int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize)
ScrollbarThemeMock.h 36 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
  /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 41 virtual int scrollbarThickness(ScrollbarControlSize controlSize) OVERRIDE { return ScrollbarTheme::theme()->scrollbarThickness(controlSize); }
RenderTextControl.h 45 int scrollbarThickness() const;
RenderTextControlMultiLine.cpp 67 return static_cast<LayoutUnit>(ceilf(charWidth * factor)) + scrollbarThickness();
RenderTextControl.cpp 112 int RenderTextControl::scrollbarThickness() const
115 return ScrollbarTheme::theme()->scrollbarThickness();
129 logicalHeight += scrollbarThickness();
RenderScrollbarPart.cpp 94 return ScrollbarTheme::theme()->scrollbarThickness();
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarThemeGeometryNative.h 56 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/core/platform/
ScrollbarTheme.h 54 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) { return 0; }
ScrollbarTheme.cpp 266 return scrollbarThickness(scrollbar->controlSize());
Scrollbar.cpp 88 int thickness = m_theme->scrollbarThickness(controlSize);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 59 return ScrollbarTheme::theme()->scrollbarThickness();

Completed in 352 milliseconds

1 2