Home
last modified time | relevance | path

Searched refs:setInputEventsTransformForEmulation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h164 void setInputEventsTransformForEmulation(const IntSize&, float);
DFrameView.cpp2589 void FrameView::setInputEventsTransformForEmulation(const IntSize& offset, float contentScaleFactor) in setInputEventsTransformForEmulation() function in WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.h307 void setInputEventsTransformForEmulation(const WebCore::IntSize&, float);
DWebFrameImpl.cpp2250 …frame()->view()->setInputEventsTransformForEmulation(m_inputEventsOffsetForEmulation, m_inputEvent… in createFrameView()
2368 void WebFrameImpl::setInputEventsTransformForEmulation(const IntSize& offset, float contentScaleFac… in setInputEventsTransformForEmulation() function in blink::WebFrameImpl
2373 …frame()->view()->setInputEventsTransformForEmulation(m_inputEventsOffsetForEmulation, m_inputEvent… in setInputEventsTransformForEmulation()
DWebViewImpl.cpp3477 mainFrameImpl()->setInputEventsTransformForEmulation(m_rootLayerOffset, m_rootLayerScale); in setRootLayerTransform()