Searched defs:processingUserGesture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DUserGestureIndicator.cpp180 bool UserGestureIndicator::processingUserGesture() function in class:blink::UserGestureIndicator
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp352 submit(0, false, UserGestureIndicator::processingUserGesture(), SubmittedByJavaScript);
365 void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger formSubmissionTrigger) argument
378 m_wasUserSubmitted = processingUserGesture;
436 if (!LocalDOMWindow::allowPopUp(*document().frame()) && !UserGestureIndicator::processingUserGesture())
489 else if (!UserGestureIndicator::processingUserGesture())

Completed in 376 milliseconds