OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrollbarThickness
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeGtkOrAura.h
40
virtual int
scrollbarThickness
(ScrollbarControlSize);
ScrollbarThemeMacNonOverlayAPI.h
40
virtual int
scrollbarThickness
(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
ScrollbarThemeMock.cpp
41
int ScrollbarThemeMock::
scrollbarThickness
(ScrollbarControlSize controlSize)
ScrollbarThemeMock.h
36
virtual int
scrollbarThickness
(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
ScrollbarThemeWin.h
40
virtual int
scrollbarThickness
(ScrollbarControlSize) OVERRIDE;
ScrollbarThemeMacOverlayAPI.h
43
virtual int
scrollbarThickness
(ScrollbarControlSize = RegularScrollbar) OVERRIDE;
ScrollbarThemeOverlay.h
42
virtual int
scrollbarThickness
(ScrollbarControlSize) OVERRIDE;
ScrollbarThemeOverlay.cpp
49
int ScrollbarThemeOverlay::
scrollbarThickness
(ScrollbarControlSize controlSize)
ScrollbarThemeWin.cpp
62
int ScrollbarThemeWin::
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
ScrollbarTheme.h
51
virtual int
scrollbarThickness
(ScrollbarControlSize = RegularScrollbar) { return 0; }
ScrollbarThemeNonMacCommon.cpp
75
int thickness =
scrollbarThickness
(scrollbar->controlSize());
ScrollbarThemeMacNonOverlayAPI.mm
177
int ScrollbarThemeMacNonOverlayAPI::
scrollbarThickness
(ScrollbarControlSize controlSize)
231
int thickness =
scrollbarThickness
(scrollbar->controlSize());
265
int thickness =
scrollbarThickness
(scrollbar->controlSize());
301
int thickness =
scrollbarThickness
(scrollbar->controlSize());
ScrollbarThemeMacOverlayAPI.mm
123
int ScrollbarThemeMacOverlayAPI::
scrollbarThickness
(ScrollbarControlSize controlSize)
ScrollbarThemeGtkOrAura.cpp
62
int ScrollbarThemeGtkOrAura::
scrollbarThickness
(ScrollbarControlSize controlSize)
Scrollbar.cpp
82
int thickness = m_theme->
scrollbarThickness
(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
40
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
123
int RenderTextControl::
scrollbarThickness
() const
126
return ScrollbarTheme::theme()->
scrollbarThickness
();
140
logicalHeight +=
scrollbarThickness
();
RenderScrollbarPart.cpp
95
return ScrollbarTheme::theme()->
scrollbarThickness
();
RenderThemeChromiumSkia.cpp
400
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
59
return ScrollbarTheme::theme()->
scrollbarThickness
();
Completed in 665 milliseconds
1
2