Searched refs:blockToInsert (Results 1 – 2 of 2) sorted by relevance
133 …::cloneHierarchyUnderNewBlock(const Vector<Element*>& ancestors, PassRefPtr<Element> blockToInsert) in cloneHierarchyUnderNewBlock() argument136 RefPtr<Element> parent = blockToInsert; in cloneHierarchyUnderNewBlock()203 RefPtr<Element> blockToInsert; in doApply() local205 blockToInsert = createDefaultParagraphElement(document()); in doApply()208 blockToInsert = createDefaultParagraphElement(document()); in doApply()210 blockToInsert = startBlock->cloneElementWithoutChildren(); in doApply()224 appendNode(blockToInsert, startBlock); in doApply()234 if (blockToInsert->hasTagName(divTag)) in doApply()236 insertNodeAfter(blockToInsert, siblingNode); in doApply()243 RefPtr<Element> parent = cloneHierarchyUnderNewBlock(ancestors, blockToInsert); in doApply()[all …]
50 … cloneHierarchyUnderNewBlock(const Vector<Element*>& ancestors, PassRefPtr<Element> blockToInsert);