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

  /external/chromium_org/third_party/WebKit/Source/core/html/
TextFieldInputType.h 87 virtual bool shouldSubmitImplicitly(Event*) OVERRIDE;
InputType.h 192 virtual bool shouldSubmitImplicitly(Event*);
TextFieldInputType.cpp 209 bool TextFieldInputType::shouldSubmitImplicitly(Event* event)
211 return (event->type() == eventNames().textInputEvent && event->hasInterface(eventNames().interfaceForTextEvent) && static_cast<TextEvent*>(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event);
InputType.cpp 431 bool InputType::shouldSubmitImplicitly(Event* event)
HTMLInputElement.cpp     [all...]

Completed in 126 milliseconds