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

  /external/webkit/Source/WebCore/dom/
UserGestureIndicator.cpp 27 #include "UserGestureIndicator.h"
31 ProcessingUserGestureState UserGestureIndicator::s_processingUserGesture = PossiblyProcessingUserGesture;
33 UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state)
39 UserGestureIndicator::~UserGestureIndicator()
UserGestureIndicator.h 39 class UserGestureIndicator {
40 WTF_MAKE_NONCOPYABLE(UserGestureIndicator);
45 explicit UserGestureIndicator(ProcessingUserGestureState);
46 ~UserGestureIndicator();

Completed in 170 milliseconds