Searched defs:blockToInsert (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/editing/
H A DInsertParagraphSeparatorCommand.cpp133 PassRefPtr<Element> InsertParagraphSeparatorCommand::cloneHierarchyUnderNewBlock(const Vector<Element*>& ancestors, PassRefPtr<Element> blockToInsert) argument
136 RefPtr<Element> parent = blockToInsert;
202 RefPtr<Element> blockToInsert; local
204 blockToInsert = createDefaultParagraphElement(document());
207 blockToInsert = createDefaultParagraphElement(document());
209 blockToInsert = startBlock->cloneElementWithoutChildren();
224 appendNode(blockToInsert, startBlock);
237 if (blockToInsert->hasTagName(divTag))
239 insertNodeAfter(blockToInsert, siblingNode);
246 RefPtr<Element> parent = cloneHierarchyUnderNewBlock(ancestors, blockToInsert);
[all...]

Completed in 12 milliseconds