Searched refs:createNativeScrollbar (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/
H A DScrollbar.h48 static PassRefPtr<Scrollbar> createNativeScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, ScrollbarControlSize size);
H A DScrollbar.cpp46 PassRefPtr<Scrollbar> Scrollbar::createNativeScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, ScrollbarControlSize size) function in class:WebCore::Scrollbar
H A DScrollView.cpp108 return Scrollbar::createNativeScrollbar(this, orientation, RegularScrollbar);
/external/webkit/WebCore/platform/gtk/
H A DScrollViewGtk.cpp72 return Scrollbar::createNativeScrollbar(this, orientation, RegularScrollbar);
H A DScrollbarGtk.cpp32 PassRefPtr<Scrollbar> Scrollbar::createNativeScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, ScrollbarControlSize size) function in class:Scrollbar
/external/webkit/WebKit/chromium/src/
H A DSuggestionsPopupMenuClient.cpp134 return Scrollbar::createNativeScrollbar(client, orientation, size);
/external/webkit/WebKit/win/
H A DWebScrollBar.cpp105 m_scrollBar = Scrollbar::createNativeScrollbar(this, webCoreOrientation, webCoreControlSize);
/external/webkit/WebCore/rendering/
H A DRenderMenuList.cpp430 widget = Scrollbar::createNativeScrollbar(client, orientation, controlSize);
H A DRenderListBox.cpp692 widget = Scrollbar::createNativeScrollbar(this, VerticalScrollbar, theme()->scrollbarControlSizeForPart(ListboxPart));
H A DRenderTextControlSingleLine.cpp841 widget = Scrollbar::createNativeScrollbar(client, orientation, controlSize);
H A DRenderLayer.cpp1674 widget = Scrollbar::createNativeScrollbar(this, orientation, RegularScrollbar);

Completed in 1094 milliseconds