Searched refs:parentHTMLElement (Results 1 – 1 of 1) sorted by relevance
624 static const HTMLElement* parentHTMLElement(const Element* element) in parentHTMLElement() function636 for (const HTMLElement* element = this; element; element = parentHTMLElement(element)) { in directionForFormData()