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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebScopedUserGesture.h51 // WebScopedUserGesture. If the token was alrady consumed, the new
52 // WebScopedUserGesture will not indicate that we are in the context of a user
54 class WebScopedUserGesture { class in namespace:blink
56 explicit WebScopedUserGesture(const WebUserGestureToken& token) { initializeWithToken(token); } function in class:blink::WebScopedUserGesture
57 WebScopedUserGesture() { initialize(); } function in class:blink::WebScopedUserGesture
58 ~WebScopedUserGesture() { reset(); }

Completed in 159 milliseconds