Searched defs:shouldSubmitImplicitly (Results 1 - 2 of 2) 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 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);

Completed in 3126 milliseconds