Searched defs:UserGestureIndicator (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DUserGestureIndicator.cpp27 #include "UserGestureIndicator.h"
31 ProcessingUserGestureState UserGestureIndicator::s_processingUserGesture = PossiblyProcessingUserGesture;
33 UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state) function in class:WebCore::UserGestureIndicator
39 UserGestureIndicator::~UserGestureIndicator()
H A DUserGestureIndicator.h39 class UserGestureIndicator { class in namespace:WebCore
40 WTF_MAKE_NONCOPYABLE(UserGestureIndicator);
45 explicit UserGestureIndicator(ProcessingUserGestureState);
46 ~UserGestureIndicator();

Completed in 70 milliseconds