HomeSort by relevance Sort by last modified time
    Searched refs:DefinitelyProcessingNewUserGesture (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebScopedUserGesture.cpp 41 m_indicator.reset(new WebCore::UserGestureIndicator(WebCore::DefinitelyProcessingNewUserGesture));
PopupContainer.cpp 255 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
262 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
270 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
277 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
320 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
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);
WebFrameImpl.cpp 845 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUserGestureTokenTest.cpp 69 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
94 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
  /external/chromium_org/third_party/WebKit/Source/platform/
UserGestureIndicator.h 39 DefinitelyProcessingNewUserGesture,
UserGestureIndicator.cpp 111 return state == DefinitelyProcessingNewUserGesture || state == DefinitelyProcessingUserGesture || state == DefinitelyNotProcessingUserGesture;
137 if (state == DefinitelyProcessingNewUserGesture) {
192 return s_topmostIndicator && static_cast<GestureToken*>(s_topmostIndicator->currentToken())->hasGestures() && (s_state == DefinitelyProcessingNewUserGesture || s_state == DefinitelyProcessingUserGesture);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationBase.cpp 90 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp 93 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
InspectorPageAgent.cpp 459 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 645 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
AXNodeObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 356 UserGestureIndicator gestureIndicator(popupsAllowed ? DefinitelyProcessingNewUserGesture : PossiblyProcessingUserGesture);

Completed in 85 milliseconds