HomeSort by relevance Sort by last modified time
    Searched refs:m_lastPinchAnchorCss (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsAgentImpl.h 162 OwnPtr<WebCore::IntPoint> m_lastPinchAnchorCss;
WebDevToolsAgentImpl.cpp 323 m_lastPinchAnchorCss = adoptPtr(new WebCore::IntPoint(frameView->scrollPosition() + gestureEvent.position()));
327 if (gestureEvent.type() == PlatformEvent::GesturePinchUpdate && m_lastPinchAnchorCss) {
332 m_webViewImpl->setMainFrameScrollOffset(*m_lastPinchAnchorCss.get() - toIntSize(anchorCss));
335 m_lastPinchAnchorCss.clear();

Completed in 65 milliseconds