Lines Matching refs:insertionPoint
1282 RefPtr<Node> insertionPoint = findInsertionPoint(element.m_element); in encloseContentsWith() local
1284 if (!insertionPoint) in encloseContentsWith()
1292 insertionPoint->appendChild(child, exception); in encloseContentsWith()
1325 RefPtr<Node> insertionPoint = findInsertionPoint(fragment->firstChild()); in encloseContentsWith() local
1327 if (!insertionPoint) in encloseContentsWith()
1335 insertionPoint->appendChild(child, exception); in encloseContentsWith()
1356 RefPtr<Node> insertionPoint = findInsertionPoint(element.m_element); in encloseWith() local
1358 if (!insertionPoint) in encloseWith()
1369 insertionPoint->appendChild(m_element, exception); in encloseWith()
1400 RefPtr<Node> insertionPoint = findInsertionPoint(fragment->firstChild()); in encloseWith() local
1402 if (!insertionPoint) in encloseWith()
1413 insertionPoint->appendChild(m_element, exception); in encloseWith()