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

/external/webkit/Source/WebCore/html/
H A DHTMLElement.h113 inline HTMLElement* toHTMLElement(Node* node) function in namespace:WebCore
119 inline const HTMLElement* toHTMLElement(const Node* node) function in namespace:WebCore
H A DFormAssociatedElement.cpp57 HTMLElement* element = toHTMLElement(this);
64 HTMLElement* element = toHTMLElement(this);
71 HTMLElement* element = toHTMLElement(this);
78 HTMLElement* element = toHTMLElement(this);
109 HTMLElement* element = toHTMLElement(this);
127 HTMLElement* element = toHTMLElement(this);
153 HTMLElement* element = toHTMLElement(this);
166 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement) function in namespace:WebCore
176 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement) function in namespace:WebCore
178 return const_cast<HTMLElement*>(toHTMLElement(static_cas
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DDOMUtilitiesPrivate.cpp47 HTMLNodeType* toHTMLElement(Node* node, const QualifiedName& name) function in namespace:__anon15990
62 return toHTMLElement<HTMLInputElement>(node, HTMLNames::inputTag);
67 return toHTMLElement<HTMLLinkElement>(node, HTMLNames::linkTag);
72 return toHTMLElement<HTMLMetaElement>(node, HTMLNames::metaTag);
77 return toHTMLElement<HTMLOptionElement>(node, HTMLNames::optionTag);

Completed in 116 milliseconds