Searched refs:needButtonActivation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp381 bool needButtonActivation = activateSubmitButton; // do we need to activate a submit button? local
388 if (needButtonActivation) {
391 needButtonActivation = false;
397 if (needButtonActivation && firstSuccessfulSubmitButton)
407 if (needButtonActivation && firstSuccessfulSubmitButton)

Completed in 268 milliseconds