Searched refs:hasImpliedEndTag (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp68 static bool hasImpliedEndTag(const HTMLStackItem* item) function in namespace:WebCore
809 while (hasImpliedEndTag(currentStackItem()) && !currentStackItem()->matchesHTMLTag(tagName))
815 while (hasImpliedEndTag(currentStackItem()))

Completed in 128 milliseconds