OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrollbarControlSizeForPart
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h
165
virtual ScrollbarControlSize
scrollbarControlSizeForPart
(ControlPart) { return RegularScrollbar; }
RenderThemeChromiumMac.h
57
virtual ScrollbarControlSize
scrollbarControlSizeForPart
(ControlPart) OVERRIDE { return SmallScrollbar; }
RenderListBox.cpp
897
widget = Scrollbar::create(this, VerticalScrollbar, RenderTheme::theme().
scrollbarControlSizeForPart
(ListboxPart));
Completed in 2445 milliseconds