Searched refs:siblingNode (Results 1 – 2 of 2) sorted by relevance
233 Element* siblingNode = startBlock; in doApply() local235 siblingNode = highestVisuallyEquivalentDivBelowRoot(startBlock); in doApply()236 insertNodeAfter(blockToInsert, siblingNode); in doApply()
1366 Node* siblingNode = m_element->nextSibling(); in encloseWith() local1371 if (!siblingNode) in encloseWith()1374 parent->insertBefore(element.m_element, siblingNode, exception); in encloseWith()1410 Node* siblingNode = m_element->nextSibling(); in encloseWith() local1415 if (!siblingNode) in encloseWith()1418 parent->insertBefore(fragment, siblingNode, exception); in encloseWith()