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

  /external/webkit/Source/WebCore/dom/
UserGestureIndicator.h 33 enum ProcessingUserGestureState {
43 static ProcessingUserGestureState getUserGestureState() { return s_processingUserGesture; }
45 explicit UserGestureIndicator(ProcessingUserGestureState);
49 static ProcessingUserGestureState s_processingUserGesture;
50 ProcessingUserGestureState m_previousValue;
UserGestureIndicator.cpp 31 ProcessingUserGestureState UserGestureIndicator::s_processingUserGesture = PossiblyProcessingUserGesture;
33 UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state)

Completed in 485 milliseconds