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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp1496 Element* formattingElement = m_tree.activeFormattingElements()->closestElementInScopeWithName(token->name()); local
1498 if (!formattingElement)
1501 if ((m_tree.openElements()->contains(formattingElement)) && !m_tree.openElements()->inScope(formattingElement)) {
1507 HTMLElementStack::ElementRecord* formattingElementRecord = m_tree.openElements()->find(formattingElement);
1510 m_tree.activeFormattingElements()->remove(formattingElement);
1514 if (formattingElement != m_tree.currentElement())
1517 HTMLElementStack::ElementRecord* furthestBlock = m_tree.openElements()->furthestBlockForFormattingElement(formattingElement);
1520 m_tree.openElements()->popUntilPopped(formattingElement);
1521 m_tree.activeFormattingElements()->remove(formattingElement);
[all...]
H A DHTMLElementStack.cpp606 HTMLElementStack::ElementRecord* HTMLElementStack::furthestBlockForFormattingElement(Element* formattingElement) const
610 if (pos->element() == formattingElement)

Completed in 79 milliseconds