Searched refs:createCustomScrollbar (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbar.h47 static PassRefPtr<Scrollbar> createCustomScrollbar(ScrollableArea*, ScrollbarOrientation, Node*, Frame* owningFrame = 0);
H A DRenderScrollbar.cpp38 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, Frame* owningFrame) function in class:WebCore::RenderScrollbar
H A DRenderMenuList.cpp536 widget = RenderScrollbar::createCustomScrollbar(scrollableArea, orientation, this->node());
H A DRenderListBox.cpp883 widget = RenderScrollbar::createCustomScrollbar(this, VerticalScrollbar, this->node());
H A DRenderLayer.cpp2829 widget = RenderScrollbar::createCustomScrollbar(this, orientation, actualRenderer->node());
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.cpp500 return RenderScrollbar::createCustomScrollbar(this, orientation, body);
505 return RenderScrollbar::createCustomScrollbar(this, orientation, docElement);
510 return RenderScrollbar::createCustomScrollbar(this, orientation, 0, m_frame.get());

Completed in 217 milliseconds