Home
last modified time | relevance | path

Searched refs:parentHTMLElement (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp624 static const HTMLElement* parentHTMLElement(const Element* element) in parentHTMLElement() function
636 for (const HTMLElement* element = this; element; element = parentHTMLElement(element)) { in directionForFormData()