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

  /external/webkit/Source/WebCore/html/
TextFieldInputType.h 52 virtual bool shouldSubmitImplicitly(Event*);
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.h 181 virtual bool shouldSubmitImplicitly(Event*);
InputType.cpp 348 bool InputType::shouldSubmitImplicitly(Event* event)
HTMLInputElement.cpp 1000 if (event->type() == eventNames().textInputEvent && m_inputType->shouldSubmitImplicitly(event)) {
    [all...]

Completed in 46 milliseconds