HomeSort by relevance Sort by last modified time
    Searched defs:shouldSubmitImplicitly (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.cpp 85 bool InputTypeView::shouldSubmitImplicitly(Event* event)
TextFieldInputType.cpp 268 bool TextFieldInputType::shouldSubmitImplicitly(Event* event)
270 return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) && toTextEvent(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event);

Completed in 154 milliseconds