shouldSubmitImplicitly 1094 Source/core/html/HTMLInputElement.cpp if (event->type() == EventTypeNames::textInput && m_inputTypeView->shouldSubmitImplicitly(event)) { shouldSubmitImplicitly 1167 Source/core/html/HTMLInputElement.cpp if (m_inputTypeView->shouldSubmitImplicitly(evt)) { shouldSubmitImplicitly 222 Source/core/html/forms/InputType.h virtual bool shouldSubmitImplicitly(Event*) OVERRIDE; shouldSubmitImplicitly 87 Source/core/html/forms/InputTypeView.h virtual bool shouldSubmitImplicitly(Event*); shouldSubmitImplicitly 261 Source/core/html/forms/TextFieldInputType.cpp return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) && toTextEvent(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event); shouldSubmitImplicitly 80 Source/core/html/forms/TextFieldInputType.h virtual bool shouldSubmitImplicitly(Event*) OVERRIDE FINAL;