Home
last modified time | relevance | path

Searched refs:htmlInput (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3347 HTMLInputElement* htmlInput = static_cast<HTMLInputElement*>(node); in getInputType() local
3348 if (htmlInput->isPasswordField()) in getInputType()
3350 if (htmlInput->isSearchField()) in getInputType()
3352 if (htmlInput->isEmailField()) in getInputType()
3354 if (htmlInput->isNumberField()) in getInputType()
3356 if (htmlInput->isTelephoneField()) in getInputType()
3358 if (htmlInput->isTextField()) in getInputType()
3372 HTMLInputElement* htmlInput = static_cast<HTMLInputElement*>(node); in getMaxLength() local
3373 maxLength = htmlInput->maxLength(); in getMaxLength()
3382 HTMLInputElement* htmlInput = static_cast<HTMLInputElement*>(node); in getFieldName() local
[all …]