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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.cpp562 bool isHTMLListElement(Node* n) function in namespace:blink
701 if (isHTMLLIElement(*n) || (isHTMLListElement(n->parentNode()) && n != root))

Completed in 544 milliseconds