HomeSort by relevance Sort by last modified time
    Searched refs:topStackItem (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.cpp 210 ASSERT(!topStackItem()->hasTagName(HTMLNames::headTag));
216 while (!topStackItem()->matchesHTMLTag(tagName)) {
230 while (!topStackItem()->isNumberedHeaderElement())
250 while (!isTableScopeMarker(topStackItem()))
257 while (!isTableBodyScopeMarker(topStackItem()))
264 while (!isTableRowScopeMarker(topStackItem()))
301 while (!isForeignContentScopeMarker(topStackItem()))
570 ASSERT(!isHTMLHtmlElement(topStackItem()->node()));
571 ASSERT(!topStackItem()->hasTagName(HTMLNames::headTag) || !m_headElement);
572 ASSERT(!topStackItem()->hasTagName(HTMLNames::bodyTag) || !m_bodyElement)
    [all...]
HTMLElementStack.h 94 HTMLStackItem* topStackItem() const
HTMLConstructionSite.h 144 HTMLStackItem* currentStackItem() const { return m_openElements.topStackItem(); }

Completed in 51 milliseconds