Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DDragController.cpp249 HTMLInputElement* inputElem = static_cast<HTMLInputElement*>(node); in asFileInput() local
250 if (inputElem->inputType() == HTMLInputElement::FILE) in asFileInput()
251 return inputElem; in asFileInput()