cloneHierarchyUnderNewBlock  253 Source/core/editing/InsertParagraphSeparatorCommand.cpp         RefPtr<Element> parent = cloneHierarchyUnderNewBlock(ancestors, blockToInsert);
cloneHierarchyUnderNewBlock  299 Source/core/editing/InsertParagraphSeparatorCommand.cpp         appendBlockPlaceholder(cloneHierarchyUnderNewBlock(ancestors, blockToInsert));
cloneHierarchyUnderNewBlock   50 Source/core/editing/InsertParagraphSeparatorCommand.h     PassRefPtr<Element> cloneHierarchyUnderNewBlock(const Vector<RefPtr<Element> >& ancestors, PassRefPtr<Element> blockToInsert);