Searched refs:insertionBlock (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DReplaceSelectionCommand.cpp1016 RefPtr<Node> insertionBlock = enclosingBlock(insertionPos.deprecatedNode()); local
1020 if (m_preventNesting && insertionBlock && !isTableCell(insertionBlock.get()) && !shouldHandleMailBlockquote) {
1021 ASSERT(insertionBlock != currentRoot);
1024 insertionPos = positionInParentAfterNode(insertionBlock.get());
1026 insertionPos = positionInParentBeforeNode(insertionBlock.get());
1136 // We inserted before the insertionBlock to prevent nesting, and the content before the insertionBlock wasn't in its own block and
1138 if (insertionBlock && insertionPos.deprecatedNode() == insertionBlock
1431 insertAsListItems(PassRefPtr<HTMLElement> prpListElement, Node* insertionBlock, const Position& insertPos, InsertedNodes& insertedNodes) argument
[all...]

Completed in 119 milliseconds