Searched refs:getTickmarks (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebScrollbarClient.h44 virtual void getTickmarks(WebScrollbar*, WebVector<WebRect>*) const = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.h69 virtual void getTickmarks(Vector<WebCore::IntRect>&) const;
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/platform/chromium/
H A DScrollbarThemeChromium.cpp113 scrollbar->scrollableArea()->getTickmarks(tickmarks);
H A DScrollbarThemeChromiumMac.mm431 scrollbar->scrollableArea()->getTickmarks(tickmarks);
/external/webkit/Source/WebCore/platform/
H A DScrollableArea.h91 virtual void getTickmarks(Vector<IntRect>&) const { } function in class:WebCore::ScrollableArea
/external/webkit/Source/WebCore/page/
H A DFrameView.h323 virtual void getTickmarks(Vector<IntRect>&) const;
H A DFrameView.cpp2178 void FrameView::getTickmarks(Vector<IntRect>& tickmarks) const function in class:WebCore::FrameView

Completed in 172 milliseconds