Searched refs:callBaseClassEarly (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp1137 bool callBaseClassEarly = isTextField() && (evt->type() == EventTypeNames::keydown || evt->type() == EventTypeNames::keypress); local
1138 if (callBaseClassEarly) {
1197 if (!callBaseClassEarly && !evt->defaultHandled())

Completed in 106 milliseconds