OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_processingUserGesture
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
UserGestureIndicator.cpp
31
ProcessingUserGestureState UserGestureIndicator::
s_processingUserGesture
= PossiblyProcessingUserGesture;
34
: m_previousValue(
s_processingUserGesture
)
36
s_processingUserGesture
= state;
41
s_processingUserGesture
= m_previousValue;
UserGestureIndicator.h
42
static bool processingUserGesture() { return
s_processingUserGesture
== DefinitelyProcessingUserGesture; }
43
static ProcessingUserGestureState getUserGestureState() { return
s_processingUserGesture
; }
49
static ProcessingUserGestureState
s_processingUserGesture
;
Completed in 37 milliseconds