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

  /external/chromium_org/third_party/WebKit/Source/platform/
UserGestureIndicator.h 82 static bool s_processedUserGestureInPast;
UserGestureIndicator.cpp 115 bool UserGestureIndicator::s_processedUserGestureInPast = false;
137 s_processedUserGestureInPast = true;
140 s_processedUserGestureInPast = true;
204 s_processedUserGestureInPast = false;
211 return s_processedUserGestureInPast;

Completed in 39 milliseconds