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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DUserGestureIndicator.cpp27 #include "platform/UserGestureIndicator.h"
113 ProcessingUserGestureState UserGestureIndicator::s_state = DefinitelyNotProcessingUserGesture;
114 UserGestureIndicator* UserGestureIndicator::s_topmostIndicator = 0;
115 bool UserGestureIndicator::s_processedUserGestureSinceLoad = false;
117 UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state) function in class:blink::UserGestureIndicator
145 UserGestureIndicator::UserGestureIndicator(PassRefPtr<UserGestureToken> token) function in class:blink::UserGestureIndicator
170 UserGestureIndicator
[all...]
H A DUserGestureIndicator.h36 class UserGestureIndicator;
61 UserGestureIndicator* m_savedIndicator;
64 class PLATFORM_EXPORT UserGestureIndicator { class in namespace:blink
65 WTF_MAKE_NONCOPYABLE(UserGestureIndicator);
74 explicit UserGestureIndicator(ProcessingUserGestureState);
75 explicit UserGestureIndicator(PassRefPtr<UserGestureToken>);
76 ~UserGestureIndicator();
81 static UserGestureIndicator* s_topmostIndicator;

Completed in 70 milliseconds