Home
last modified time | relevance | path

Searched refs:blockToInsert (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertParagraphSeparatorCommand.cpp133 …::cloneHierarchyUnderNewBlock(const Vector<Element*>& ancestors, PassRefPtr<Element> blockToInsert) in cloneHierarchyUnderNewBlock() argument
136 RefPtr<Element> parent = blockToInsert; in cloneHierarchyUnderNewBlock()
203 RefPtr<Element> blockToInsert; in doApply() local
205 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 …]
DInsertParagraphSeparatorCommand.h50 … cloneHierarchyUnderNewBlock(const Vector<Element*>& ancestors, PassRefPtr<Element> blockToInsert);