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

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputTypeView.h 92 virtual bool shouldSubmitImplicitly(Event*);
InputTypeView.cpp 90 bool InputTypeView::shouldSubmitImplicitly(Event* event)
TextFieldInputType.h 83 virtual bool shouldSubmitImplicitly(Event*) OVERRIDE FINAL;
InputType.h 207 virtual bool shouldSubmitImplicitly(Event*) OVERRIDE;
TextFieldInputType.cpp 265 bool TextFieldInputType::shouldSubmitImplicitly(Event* event)
267 return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) && toTextEvent(event)->data() == "\n") || InputType::shouldSubmitImplicitly(event);
InputType.cpp 404 bool InputType::shouldSubmitImplicitly(Event* event)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp     [all...]

Completed in 2982 milliseconds