Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DUserGestureIndicator.cpp180 bool UserGestureIndicator::processingUserGesture() in processingUserGesture() function in blink::UserGestureIndicator
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.cpp365 void HTMLFormElement::submit(Event* event, bool activateSubmitButton, bool processingUserGesture, F… in submit()