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

/external/webkit/Source/WebKit/chromium/public/
H A DWebInputElement.h91 WEBKIT_API WebInputElement* toWebInputElement(WebElement*);
93 inline const WebInputElement* toWebInputElement(const WebElement* element) function in namespace:WebKit
95 return toWebInputElement(const_cast<WebElement*>(element));
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp174 WebInputElement* toWebInputElement(WebElement* webElement) function in namespace:WebKit
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp1674 WebInputElement* input = toWebInputElement(&element);
1691 WebInputElement* input = toWebInputElement(&element);

Completed in 137 milliseconds