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 {
66 ProcessingUserGestureState m_savedState;
79 explicit UserGestureIndicator(ProcessingUserGestureState);
85 static ProcessingUserGestureState s_state;
88 ProcessingUserGestureState m_previousState;
UserGestureIndicator.cpp 109 static bool isDefinite(ProcessingUserGestureState state)
114 ProcessingUserGestureState UserGestureIndicator::s_state = DefinitelyNotProcessingUserGesture;
118 UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state)

Completed in 25 milliseconds