Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.cpp1587 …tack::ElementRecord* HTMLTreeBuilder::furthestBlockForFormattingElement(Element* formattingElement) in furthestBlockForFormattingElement() argument
1592 if (record->element() == formattingElement) in furthestBlockForFormattingElement()
1611 …Element* formattingElement = m_tree.activeFormattingElements()->closestElementInScopeWithName(toke… in callTheAdoptionAgency() local
1612 …if (!formattingElement || ((m_tree.openElements()->contains(formattingElement)) && !m_tree.openEle… in callTheAdoptionAgency()
1617 …mentStack::ElementRecord* formattingElementRecord = m_tree.openElements()->find(formattingElement); in callTheAdoptionAgency()
1620 m_tree.activeFormattingElements()->remove(formattingElement); in callTheAdoptionAgency()
1623 if (formattingElement != m_tree.currentElement()) in callTheAdoptionAgency()
1626 …LElementStack::ElementRecord* furthestBlock = furthestBlockForFormattingElement(formattingElement); in callTheAdoptionAgency()
1629 m_tree.openElements()->popUntilPopped(formattingElement); in callTheAdoptionAgency()
1630 m_tree.activeFormattingElements()->remove(formattingElement); in callTheAdoptionAgency()
[all …]