Home
last modified time | relevance | path

Searched refs:scrollbarControlSizeForPart (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumMac.h57 …virtual ScrollbarControlSize scrollbarControlSizeForPart(ControlPart) OVERRIDE { return SmallScrol… in scrollbarControlSizeForPart() function
DRenderTheme.h165 … virtual ScrollbarControlSize scrollbarControlSizeForPart(ControlPart) { return RegularScrollbar; } in scrollbarControlSizeForPart() function
DRenderListBox.cpp897 …crollbar::create(this, VerticalScrollbar, RenderTheme::theme().scrollbarControlSizeForPart(Listbox… in createScrollbar()