Home
last modified time | relevance | path

Searched refs:m_doubleTapZoomPending (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.h520 bool fakeDoubleTapAnimationPendingForTesting() const { return m_doubleTapZoomPending; } in fakeDoubleTapAnimationPendingForTesting()
708 bool m_doubleTapZoomPending; variable
DWebViewImpl.cpp392 , m_doubleTapZoomPending(false) in WebViewImpl()
1308 || m_doubleTapZoomPending; in animateDoubleTapZoom()
1324 m_doubleTapZoomPending = true; in animateDoubleTapZoom()
4052 m_doubleTapZoomPending = false; in applyScrollAndScale()