processingUserGesture 196 Source/core/dom/FullscreenElementStack.cpp if (!UserGestureIndicator::processingUserGesture()) processingUserGesture 52 Source/core/frame/DOMTimer.cpp return UserGestureIndicator::processingUserGesture() processingUserGesture 301 Source/core/frame/DOMWindow.cpp if (UserGestureIndicator::processingUserGesture()) processingUserGesture 314 Source/core/html/HTMLFormElement.cpp submit(0, false, UserGestureIndicator::processingUserGesture(), SubmittedByJavaScript); processingUserGesture 327 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger formSubmissionTrigger) processingUserGesture 334 Source/core/html/HTMLFormElement.cpp m_wasUserSubmitted = processingUserGesture; processingUserGesture 391 Source/core/html/HTMLFormElement.cpp if (!DOMWindow::allowPopUp(*document().frame()) && !UserGestureIndicator::processingUserGesture()) processingUserGesture 430 Source/core/html/HTMLFormElement.cpp if (!document().frame() || !shouldAutocomplete() || !UserGestureIndicator::processingUserGesture()) processingUserGesture 137 Source/core/html/HTMLFormElement.h void submit(Event*, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger); processingUserGesture 585 Source/core/html/HTMLMediaElement.cpp if (UserGestureIndicator::processingUserGesture()) processingUserGesture 1995 Source/core/html/HTMLMediaElement.cpp if (m_userGestureRequiredForPlay && !UserGestureIndicator::processingUserGesture()) processingUserGesture 1997 Source/core/html/HTMLMediaElement.cpp if (UserGestureIndicator::processingUserGesture()) processingUserGesture 47 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp if (element().isDisabledOrReadOnly() || !element().renderer() || !UserGestureIndicator::processingUserGesture() || element().hasAuthorShadowRoot()) processingUserGesture 158 Source/core/html/forms/ColorInputType.cpp if (!UserGestureIndicator::processingUserGesture()) processingUserGesture 143 Source/core/html/forms/FileInputType.cpp if (!UserGestureIndicator::processingUserGesture()) processingUserGesture 286 Source/core/html/shadow/TextControlInnerElements.cpp if (!UserGestureIndicator::processingUserGesture()) { processingUserGesture 316 Source/core/loader/DocumentLoader.cpp if (!DOMWindow::allowPopUp(*m_frame) && !UserGestureIndicator::processingUserGesture()) processingUserGesture 637 Source/core/loader/FrameLoader.cpp if (!m_frame->tree().parent() || UserGestureIndicator::processingUserGesture()) processingUserGesture 63 Source/core/loader/NavigationScheduler.cpp , m_wasUserGesture(UserGestureIndicator::processingUserGesture()) processingUserGesture 278 Source/core/loader/NavigationScheduler.cpp if (!UserGestureIndicator::processingUserGesture() && !targetFrame->document()->loadEventFinished()) processingUserGesture 68 Source/platform/UserGestureIndicator.h static bool processingUserGesture(); processingUserGesture 43 Source/web/WebUserGestureIndicator.cpp return UserGestureIndicator::processingUserGesture();