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

  /external/webkit/Source/WebCore/html/
TextFieldInputType.cpp 107 bool TextFieldInputType::shouldSubmitImplicitly(Event* event)
109 return (event->type() == eventNames().textInputEvent && event->isTextEvent() && static_cast<TextEvent*>(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event);
InputType.cpp 348 bool InputType::shouldSubmitImplicitly(Event* event)

Completed in 18 milliseconds