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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarImpl.cpp84 void WebScrollbarImpl::getTickmarks(WebVector<WebRect>& webTickmarks) const function in class:blink::WebScrollbarImpl
87 m_scrollbar->getTickmarks(tickmarks);
H A DWebScrollbarThemeClientImpl.cpp117 void WebScrollbarThemeClientImpl::getTickmarks(Vector<IntRect>& tickmarks) const function in class:blink::WebScrollbarThemeClientImpl
120 m_scrollbar->getTickmarks(webTickmarks);
/external/chromium_org/content/renderer/pepper/
H A Dppb_scrollbar_impl.cc213 void PPB_Scrollbar_Impl::getTickmarks( function in class:content::PPB_Scrollbar_Impl
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.cpp141 void ScrollbarGroup::getTickmarks(Vector<IntRect>& tickmarks) const function in class:blink::ScrollbarGroup
144 m_verticalScrollbar->getTickmarks(tickmarks);
H A DWebPluginScrollbarImpl.cpp92 void WebPluginScrollbarImpl::getTickmarks(Vector<IntRect>& tickmarks) const function in class:blink::WebPluginScrollbarImpl
95 m_client->getTickmarks(const_cast<WebPluginScrollbarImpl*>(this), &ticks);
157 void WebPluginScrollbarImpl::getTickmarks(WebVector<WebRect>& tickmarks) const function in class:blink::WebPluginScrollbarImpl
159 m_client->getTickmarks(const_cast<WebPluginScrollbarImpl*>(this), &tickmarks);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h136 virtual void getTickmarks(Vector<IntRect>&) const { } function in class:blink::ScrollableArea
H A DScrollbar.cpp109 void Scrollbar::getTickmarks(Vector<IntRect>& tickmarks) const function in class:blink::Scrollbar
112 m_scrollableArea->getTickmarks(tickmarks);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2193 void FrameView::getTickmarks(Vector<IntRect>& tickmarks) const function in class:blink::FrameView

Completed in 632 milliseconds