toWebInputElement  111 public/web/WebInputElement.h     BLINK_EXPORT WebInputElement* toWebInputElement(WebElement*);
toWebInputElement  113 public/web/WebInputElement.h     inline const WebInputElement* toWebInputElement(const WebElement* element)
toWebInputElement  115 public/web/WebInputElement.h         return toWebInputElement(const_cast<WebElement*>(element));