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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputTypeView.cpp90 bool InputTypeView::shouldSubmitImplicitly(Event* event) function in class:WebCore::InputTypeView
H A DInputTypeView.h91 virtual bool shouldSubmitImplicitly(Event*);
H A DTextFieldInputType.h81 virtual bool shouldSubmitImplicitly(Event*) OVERRIDE FINAL;
H A DTextFieldInputType.cpp265 bool TextFieldInputType::shouldSubmitImplicitly(Event* event) function in class:WebCore::TextFieldInputType
267 return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) && toTextEvent(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event);
H A DInputType.h220 virtual bool shouldSubmitImplicitly(Event*) OVERRIDE;
H A DInputType.cpp409 bool InputType::shouldSubmitImplicitly(Event* event)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1076 if (event->type() == EventTypeNames::textInput && m_inputTypeView->shouldSubmitImplicitly(event)) {
1153 if (m_inputTypeView->shouldSubmitImplicitly(evt)) {

Completed in 149 milliseconds