HomeSort by relevance Sort by last modified time
    Searched refs:UserGestureIndicator (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/
UserGestureIndicator.h 36 class UserGestureIndicator;
67 UserGestureIndicator* m_savedIndicator;
70 class PLATFORM_EXPORT UserGestureIndicator {
71 WTF_MAKE_NONCOPYABLE(UserGestureIndicator);
79 explicit UserGestureIndicator(ProcessingUserGestureState);
80 explicit UserGestureIndicator(PassRefPtr<UserGestureToken>);
81 ~UserGestureIndicator();
86 static UserGestureIndicator* s_topmostIndicator;
UserGestureIndicator.cpp 27 #include "platform/UserGestureIndicator.h"
114 ProcessingUserGestureState UserGestureIndicator::s_state = DefinitelyNotProcessingUserGesture;
115 UserGestureIndicator* UserGestureIndicator::s_topmostIndicator = 0;
116 UserGestureHandler* UserGestureIndicator::s_handler = 0;
118 UserGestureIndicator::UserGestureIndicator(ProcessingUserGestureState state)
150 UserGestureIndicator::UserGestureIndicator(PassRefPtr<UserGestureToken> token)
178 UserGestureIndicator::~UserGestureIndicator(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebUserGestureIndicator.cpp 35 #include "platform/UserGestureIndicator.h"
46 UserGestureIndicator::setHandler(this);
72 return UserGestureIndicator::processingUserGesture();
77 return UserGestureIndicator::consumeUserGesture();
82 return WebUserGestureToken(UserGestureIndicator::currentToken());
WebScopedUserGesture.cpp 35 #include "platform/UserGestureIndicator.h"
41 m_indicator.reset(new WebCore::UserGestureIndicator(WebCore::DefinitelyProcessingNewUserGesture));
47 m_indicator.reset(new WebCore::UserGestureIndicator(token));
PopupContainer.cpp 47 #include "platform/UserGestureIndicator.h"
255 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
262 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
270 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
277 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
320 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
WebPluginContainerImpl.cpp 73 #include "platform/UserGestureIndicator.h"
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/public/web/
WebScopedUserGesture.h 37 class UserGestureIndicator;
68 WebPrivateOwnPtr<WebCore::UserGestureIndicator> m_indicator;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebUserGestureTokenTest.cpp 38 #include "platform/UserGestureIndicator.h"
69 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
94 UserGestureIndicator indicator(DefinitelyProcessingNewUserGesture);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 49 #include "platform/UserGestureIndicator.h"
63 , m_wasUserGesture(UserGestureIndicator::processingUserGesture())
66 m_userGestureToken = UserGestureIndicator::currentToken();
77 PassOwnPtr<UserGestureIndicator> createUserGestureIndicator()
80 return adoptPtr(new UserGestureIndicator(m_userGestureToken));
81 return adoptPtr(new UserGestureIndicator(DefinitelyNotProcessingUserGesture));
109 OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator();
138 OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator();
163 OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator();
181 OwnPtr<UserGestureIndicator> gestureIndicator = createUserGestureIndicator()
    [all...]
FrameLoader.cpp 85 #include "platform/UserGestureIndicator.h"
591 m_documentLoader->setIsClientRedirect((clientRedirect == ClientRedirect && !isNewNavigation) || !UserGestureIndicator::processingUserGesture());
655 if (!m_frame->tree().parent() || UserGestureIndicator::processingUserGesture())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 52 return UserGestureIndicator::processingUserGesture()
91 m_userGestureToken = UserGestureIndicator::currentToken();
117 UserGestureIndicator gestureIndicator(m_userGestureToken.release());
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseChooserOnlyDateAndTimeInputType.cpp 36 #include "platform/UserGestureIndicator.h"
47 if (element().isDisabledOrReadOnly() || !element().renderer() || !UserGestureIndicator::processingUserGesture() || element().hasAuthorShadowRoot())
ColorInputType.cpp 47 #include "platform/UserGestureIndicator.h"
155 if (!UserGestureIndicator::processingUserGesture())
FileInputType.cpp 40 #include "platform/UserGestureIndicator.h"
143 if (!UserGestureIndicator::processingUserGesture())
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationBase.cpp 90 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.cpp 40 #include "platform/UserGestureIndicator.h"
214 if (userGestureRequiredForFullscreen() && !UserGestureIndicator::processingUserGesture()) {
HTMLFormElement.cpp 54 #include "platform/UserGestureIndicator.h"
304 submit(0, false, UserGestureIndicator::processingUserGesture(), SubmittedByJavaScript);
406 if (!DOMWindow::allowPopUp(document().frame()) && !UserGestureIndicator::processingUserGesture())
448 if (!shouldAutocomplete() || !UserGestureIndicator::processingUserGesture()) {
HTMLMediaElement.cpp 75 #include "platform/UserGestureIndicator.h"
621 if (userGestureRequiredForLoad() && !UserGestureIndicator::processingUserGesture())
624 m_loadInitiatedByUserGesture = UserGestureIndicator::processingUserGesture();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendHost.cpp 51 #include "platform/UserGestureIndicator.h"
93 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTarget.cpp 42 #include "platform/UserGestureIndicator.h"
334 if (!userEventWasHandled && UserGestureIndicator::processingUserGesture())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 41 #include "platform/UserGestureIndicator.h"
187 if (!UserGestureIndicator::processingUserGesture() && (!element->isMediaElement() || document()->settings()->mediaFullscreenRequiresUserGesture()))
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp 45 #include "platform/UserGestureIndicator.h"
309 if (!UserGestureIndicator::processingUserGesture()) {
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 40 #include "platform/UserGestureIndicator.h"
645 UserGestureIndicator gestureIndicator(DefinitelyProcessingNewUserGesture);
AXNodeObject.cpp 44 #include "platform/UserGestureIndicator.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 2297 milliseconds

1 2