OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUserGestureState
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/dom/
UserGestureIndicator.h
43
static ProcessingUserGestureState
getUserGestureState
() { return s_processingUserGesture; }
/external/webkit/Source/WebCore/bindings/v8/
ScriptController.cpp
163
return UserGestureIndicator::
getUserGestureState
() != DefinitelyNotProcessingUserGesture;
/external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp
247
return UserGestureIndicator::
getUserGestureState
() != DefinitelyNotProcessingUserGesture;
Completed in 65 milliseconds