Home
last modified time | relevance | path

Searched refs:cloneHierarchyUnderNewBlock (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertParagraphSeparatorCommand.cpp133 PassRefPtr<Element> InsertParagraphSeparatorCommand::cloneHierarchyUnderNewBlock(const Vector<Eleme… in cloneHierarchyUnderNewBlock() function in WebCore::InsertParagraphSeparatorCommand
243 RefPtr<Element> parent = cloneHierarchyUnderNewBlock(ancestors, blockToInsert); in doApply()
278 appendBlockPlaceholder(cloneHierarchyUnderNewBlock(ancestors, blockToInsert)); in doApply()
DInsertParagraphSeparatorCommand.h50 …PassRefPtr<Element> cloneHierarchyUnderNewBlock(const Vector<Element*>& ancestors, PassRefPtr<Elem…
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2954638 …(WebCore::InsertParagraphSeparatorCommand::cloneHierarchyUnderNewBlock): uses the list of ancestor…
54643 …ParagraphSeparatorCommand.h: added methods getAncestorsInsideBlock and cloneHierarchyUnderNewBlock.