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

  /external/chromium_org/third_party/WebKit/Source/platform/
UserGestureIndicator.h 38 enum ProcessingUserGestureState {
60 ProcessingUserGestureState m_savedState;
74 explicit UserGestureIndicator(ProcessingUserGestureState);
80 static ProcessingUserGestureState s_state;
83 ProcessingUserGestureState m_previousState;
UserGestureIndicator.cpp 108 static bool isDefinite(ProcessingUserGestureState state)
113 ProcessingUserGestureState UserGestureIndicator::s_state = DefinitelyNotProcessingUserGesture;
117 UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state)

Completed in 34 milliseconds