Searched refs:cloneHierarchyUnderNewBlock (Results 1 – 3 of 3) sorted by relevance
133 PassRefPtr<Element> InsertParagraphSeparatorCommand::cloneHierarchyUnderNewBlock(const Vector<Eleme… in cloneHierarchyUnderNewBlock() function in WebCore::InsertParagraphSeparatorCommand243 RefPtr<Element> parent = cloneHierarchyUnderNewBlock(ancestors, blockToInsert); in doApply()278 appendBlockPlaceholder(cloneHierarchyUnderNewBlock(ancestors, blockToInsert)); in doApply()
50 …PassRefPtr<Element> cloneHierarchyUnderNewBlock(const Vector<Element*>& ancestors, PassRefPtr<Elem…
54638 …(WebCore::InsertParagraphSeparatorCommand::cloneHierarchyUnderNewBlock): uses the list of ancestor…54643 …ParagraphSeparatorCommand.h: added methods getAncestorsInsideBlock and cloneHierarchyUnderNewBlock.