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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DUserGestureIndicator.cpp188 bool UserGestureIndicator::processingUserGesture() function in class:WebCore::UserGestureIndicator
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp304 submit(0, false, UserGestureIndicator::processingUserGesture(), SubmittedByJavaScript);
336 void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger formSubmissionTrigger) argument
349 m_wasUserSubmitted = processingUserGesture;
406 if (!DOMWindow::allowPopUp(document().frame()) && !UserGestureIndicator::processingUserGesture())
448 if (!shouldAutocomplete() || !UserGestureIndicator::processingUserGesture()) {

Completed in 83 milliseconds