Home
last modified time | relevance | path

Searched defs:toHTMLElement (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLElement.h113 inline HTMLElement* toHTMLElement(Node* node) in toHTMLElement() function
119 inline const HTMLElement* toHTMLElement(const Node* node) in toHTMLElement() function
DFormAssociatedElement.cpp166 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement) in toHTMLElement() function
176 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement) in toHTMLElement() function
/external/webkit/Source/WebKit/chromium/src/
DDOMUtilitiesPrivate.cpp47 HTMLNodeType* toHTMLElement(Node* node, const QualifiedName& name) in toHTMLElement() function