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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp219 ASSERT(!topStackItem()->hasTagName(HTMLNames::headTag));
225 while (!topStackItem()->matchesHTMLTag(tagName)) {
239 while (!topStackItem()->isNumberedHeaderElement())
259 while (!isTableScopeMarker(topStackItem()))
266 while (!isTableBodyScopeMarker(topStackItem()))
273 while (!isTableRowScopeMarker(topStackItem()))
310 while (!isForeignContentScopeMarker(topStackItem()))
579 ASSERT(!topStackItem()->hasTagName(htmlTag));
580 ASSERT(!topStackItem()->hasTagName(headTag) || !m_headElement);
581 ASSERT(!topStackItem()
[all...]
H A DHTMLElementStack.h99 HTMLStackItem* topStackItem() const function in class:blink::HTMLElementStack
H A DHTMLConstructionSite.h188 HTMLStackItem* currentStackItem() const { return m_openElements.topStackItem(); }

Completed in 743 milliseconds