Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DDragController.cpp252 HTMLInputElement* inputElem = static_cast<HTMLInputElement*>(node); in asFileInput() local
253 if (inputElem->inputType() == HTMLInputElement::FILE) in asFileInput()
254 return inputElem; in asFileInput()
/external/webkit/WebKit/chromium/src/
DWebViewImpl.cpp1592 HTMLInputElement* inputElem = in applyAutoFillSuggestions() local
1600 m_autoFillPopupClient->initialize(inputElem, names, labels, in applyAutoFillSuggestions()
1647 HTMLInputElement* inputElem = in applyAutocompleteSuggestions() local
1655 m_autocompletePopupClient->initialize(inputElem, suggestions, in applyAutocompleteSuggestions()