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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLElement.h138 inline HTMLElement* toHTMLElement(Node* node) function in namespace:WebCore
144 inline const HTMLElement* toHTMLElement(const Node* node) function in namespace:WebCore
151 void toHTMLElement(const HTMLElement*);
H A DFormAssociatedElement.cpp71 HTMLElement* element = toHTMLElement(this);
85 HTMLElement* element = toHTMLElement(this);
92 HTMLElement* element = toHTMLElement(this);
125 if (toHTMLElement(this)->highestAncestor() != formRoot)
163 setForm(findAssociatedForm(toHTMLElement(this), m_form));
164 HTMLElement* element = toHTMLElement(this);
171 HTMLElement* element = toHTMLElement(this);
176 HTMLElement* element = toHTMLElement(this);
189 const HTMLElement* element = toHTMLElement(this);
257 ASSERT(toHTMLElement(thi
277 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement) function in namespace:WebCore
287 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement) function in namespace:WebCore
[all...]

Completed in 259 milliseconds