Home
last modified time | relevance | path

Searched refs:getUserGestureState (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DUserGestureIndicator.h43 static ProcessingUserGestureState getUserGestureState() { return s_processingUserGesture; } in getUserGestureState() function
/external/webkit/Source/WebCore/bindings/v8/
DScriptController.cpp163 return UserGestureIndicator::getUserGestureState() != DefinitelyNotProcessingUserGesture; in processingUserGesture()
/external/webkit/Source/WebCore/bindings/js/
DScriptController.cpp247 return UserGestureIndicator::getUserGestureState() != DefinitelyNotProcessingUserGesture; in processingUserGesture()