HomeSort by relevance Sort by last modified time
    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 101 milliseconds