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

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h323 void setTickmarks(const Vector<IntRect>& tickmarks) { m_tickmarks = tickmarks; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp774 void WebRemoteFrameImpl::setTickmarks(const WebVector<WebRect>&) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1420 void WebLocalFrameImpl::setTickmarks(const WebVector<WebRect>& tickmarks) function in class:WebLocalFrameImpl
1426 frameView()->setTickmarks(tickmarksConverted);

Completed in 313 milliseconds