Searched refs:formattingElementRecord (Results 1 – 1 of 1) sorted by relevance
1617 …HTMLElementStack::ElementRecord* formattingElementRecord = m_tree.openElements()->find(formattingE… in callTheAdoptionAgency() local1618 if (!formattingElementRecord) { in callTheAdoptionAgency()1634 ASSERT(furthestBlock->isAbove(formattingElementRecord)); in callTheAdoptionAgency()1635 ContainerNode* commonAncestor = formattingElementRecord->next()->node(); in callTheAdoptionAgency()1654 if (node == formattingElementRecord) in callTheAdoptionAgency()1693 … RefPtr<Element> newElement = m_tree.createHTMLElementFromElementRecord(formattingElementRecord); in callTheAdoptionAgency()