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:blink::InputTypeView
H A DInputTypeView.h92 virtual bool shouldSubmitImplicitly(Event*);
H A DTextFieldInputType.h83 virtual bool shouldSubmitImplicitly(Event*) OVERRIDE FINAL;
H A DTextFieldInputType.cpp265 bool TextFieldInputType::shouldSubmitImplicitly(Event* event) function in class:blink::TextFieldInputType
267 return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) && toTextEvent(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event);
H A DInputType.h207 virtual bool shouldSubmitImplicitly(Event*) OVERRIDE;
H A DInputType.cpp404 bool InputType::shouldSubmitImplicitly(Event* event)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1091 if (event->type() == EventTypeNames::textInput && m_inputTypeView->shouldSubmitImplicitly(event)) {
1168 if (m_inputTypeView->shouldSubmitImplicitly(evt)) {

Completed in 3400 milliseconds