OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PossiblyProcessingUserGesture
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
UserGestureIndicator.h
41
PossiblyProcessingUserGesture
,
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp
183
UserGestureIndicator gestureIndicator(currentInputEvent && WebInputEvent::isUserGestureEventType(currentInputEvent->type) ? DefinitelyProcessingNewUserGesture :
PossiblyProcessingUserGesture
);
444
UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture :
PossiblyProcessingUserGesture
);
470
UserGestureIndicator gestureIndicator(request.hasUserGesture() ? DefinitelyProcessingNewUserGesture :
PossiblyProcessingUserGesture
);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp
356
UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture :
PossiblyProcessingUserGesture
);
Completed in 802 milliseconds