OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrollbarControlSize
(Results
1 - 25
of
46
) sorted by null
1
2
/external/webkit/Source/WebCore/platform/efl/
ScrollbarThemeEfl.h
40
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar);
ScrollbarThemeEfl.cpp
47
int ScrollbarThemeEfl::scrollbarThickness(
ScrollbarControlSize
controlSize)
ScrollbarEfl.h
55
ScrollbarEfl(ScrollableArea*, ScrollbarOrientation,
ScrollbarControlSize
);
ScrollbarEfl.cpp
45
PassRefPtr<Scrollbar> Scrollbar::createNativeScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation,
ScrollbarControlSize
size)
50
ScrollbarEfl::ScrollbarEfl(ScrollableArea* scrollableArea, ScrollbarOrientation orientation,
ScrollbarControlSize
controlSize)
/external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.h
39
virtual int scrollbarThickness(
ScrollbarControlSize
);
ScrollbarThemeChromiumWin.h
39
virtual int scrollbarThickness(
ScrollbarControlSize
);
ScrollbarThemeChromiumMac.h
44
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar);
ScrollbarThemeChromiumLinux.cpp
46
int ScrollbarThemeChromiumLinux::scrollbarThickness(
ScrollbarControlSize
controlSize)
/external/webkit/Source/WebCore/platform/haiku/
ScrollbarThemeHaiku.h
40
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar);
ScrollbarThemeHaiku.cpp
57
int ScrollbarThemeHaiku::scrollbarThickness(
ScrollbarControlSize
controlSize)
/external/webkit/Source/WebCore/platform/
Scrollbar.h
46
static PassRefPtr<Scrollbar> createNativeScrollbar(ScrollableArea*, ScrollbarOrientation orientation,
ScrollbarControlSize
size);
69
ScrollbarControlSize
controlSize() const { return m_controlSize; }
130
Scrollbar(ScrollableArea*, ScrollbarOrientation,
ScrollbarControlSize
, ScrollbarTheme* = 0);
147
ScrollbarControlSize
m_controlSize;
PopupMenuClient.h
69
virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation,
ScrollbarControlSize
) = 0;
ScrollTypes.h
121
enum
ScrollbarControlSize
{ RegularScrollbar, SmallScrollbar };
ScrollbarTheme.h
48
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar) { return 0; }
/external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.h
57
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar);
/external/webkit/Source/WebCore/platform/win/
ScrollbarThemeSafari.h
39
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar);
ScrollbarThemeWin.h
38
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar);
ScrollbarThemeSafari.cpp
102
int ScrollbarThemeSafari::scrollbarThickness(
ScrollbarControlSize
controlSize)
121
static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation,
ScrollbarControlSize
controlSize, bool start)
173
static IntRect trackRepaintRect(const IntRect& trackRect, ScrollbarOrientation orientation,
ScrollbarControlSize
controlSize)
/external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.h
37
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar);
/external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.h
41
virtual int scrollbarThickness(
ScrollbarControlSize
= RegularScrollbar);
/external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.h
53
virtual int scrollbarThickness(
ScrollbarControlSize
);
/external/webkit/Source/WebCore/rendering/
RenderScrollbarTheme.h
41
virtual int scrollbarThickness(
ScrollbarControlSize
controlSize) { return ScrollbarTheme::nativeTheme()->scrollbarThickness(controlSize); }
RenderMenuList.h
110
virtual PassRefPtr<Scrollbar> createScrollbar(ScrollableArea*, ScrollbarOrientation,
ScrollbarControlSize
);
/external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.h
102
WebCore::
ScrollbarControlSize
size);
/external/webkit/Source/WebKit/win/
WebScrollBar.cpp
102
ScrollbarControlSize
webCoreControlSize = (
ScrollbarControlSize
) controlSize;
Completed in 1025 milliseconds
1
2