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
460
UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture :
PossiblyProcessingUserGesture
);
487
UserGestureIndicator gestureIndicator(request.hasUserGesture() ? DefinitelyProcessingNewUserGesture :
PossiblyProcessingUserGesture
);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
NPV8Object.cpp
381
UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture :
PossiblyProcessingUserGesture
);
Completed in 1151 milliseconds