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

/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.cpp318 bool needButtonActivation = activateSubmitButton; // do we need to activate a submit button? local
324 if (needButtonActivation) {
327 needButtonActivation = false;
333 if (needButtonActivation && firstSuccessfulSubmitButton)
338 if (needButtonActivation && firstSuccessfulSubmitButton)

Completed in 46 milliseconds