Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/qt/
DEventSenderQt.cpp438 if (!m_touchActive) { in touchStart()
440 m_touchActive = true; in touchStart()
458 m_touchActive = false; in touchEnd()
465 m_touchActive = false; in clearTouchPoints()
DEventSenderQt.h110 bool m_touchActive; variable