Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.cc423 m_userGesture(false) {} in Scope()
466 DCHECK(!m_userGesture); in pretendUserGesture()
467 m_userGesture = true; in pretendUserGesture()
485 if (m_userGesture) m_inspector->client()->endUserGesture(); in ~Scope()
Dinjected-script.h132 bool m_userGesture; variable