OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUserGestureEventType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h
213
static bool
isUserGestureEventType
(int type)
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp
183
UserGestureIndicator gestureIndicator(currentInputEvent && WebInputEvent::
isUserGestureEventType
(currentInputEvent->type) ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);
Completed in 29 milliseconds