Searched defs:getTickmarks (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollableArea.h91 virtual void getTickmarks(Vector<IntRect>&) const { } function in class:WebCore::ScrollableArea
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.cpp298 void WebScrollbarImpl::getTickmarks(Vector<IntRect>& tickmarks) const function in class:WebKit::WebScrollbarImpl
301 m_client->getTickmarks(const_cast<WebScrollbarImpl*>(this), &ticks);
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp2164 void FrameView::getTickmarks(Vector<IntRect>& tickmarks) const function in class:WebCore::FrameView

Completed in 1126 milliseconds