Home | History | Annotate | Download | only in html

Lines Matching defs:toHTMLElement

71     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(this)->inDocument());
258 m_formAttributeTargetObserver = FormAttributeTargetObserver::create(toHTMLElement(this)->fastGetAttribute(formAttr), this);
268 const AtomicString& name = toHTMLElement(this)->getNameAttribute();
277 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement)
287 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement)
289 return const_cast<HTMLElement*>(toHTMLElement(static_cast<const FormAssociatedElement*>(associatedElement)));
298 : IdTargetObserver(toHTMLElement(element)->treeScope()->idTargetObserverRegistry(), id)