OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topStackItem
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.cpp
209
ASSERT(!
topStackItem
()->hasTagName(HTMLNames::headTag));
215
while (!
topStackItem
()->matchesHTMLTag(tagName)) {
229
while (!
topStackItem
()->isNumberedHeaderElement())
249
while (!isTableScopeMarker(
topStackItem
()))
256
while (!isTableBodyScopeMarker(
topStackItem
()))
263
while (!isTableRowScopeMarker(
topStackItem
()))
300
while (!isForeignContentScopeMarker(
topStackItem
()))
569
ASSERT(!isHTMLHtmlElement(
topStackItem
()->node()));
570
ASSERT(!
topStackItem
()->hasTagName(HTMLNames::headTag) || !m_headElement);
571
ASSERT(!
topStackItem
()->hasTagName(HTMLNames::bodyTag) || !m_bodyElement)
[
all
...]
HTMLElementStack.h
94
HTMLStackItem*
topStackItem
() const
HTMLConstructionSite.h
170
HTMLStackItem* currentStackItem() const { return m_openElements.
topStackItem
(); }
Completed in 67 milliseconds