Home | History | Annotate | Download | only in editing

Lines Matching refs:startBlock

749     Node* startBlock = enclosingBlock(visibleStart.deepEquivalent().node());
755 startBlock == currentRoot || isListItem(startBlock) || selectionIsPlainText)
823 startBlock = enclosingBlock(insertionPos.node());
827 if (m_preventNesting && startBlock && !startIsInsideMailBlockquote) {
828 ASSERT(startBlock != currentRoot);
831 insertionPos = positionInParentAfterNode(startBlock);
833 insertionPos = positionInParentBeforeNode(startBlock);
914 // We inserted before the startBlock to prevent nesting, and the content before the startBlock wasn't in its own block and
916 if (startBlock && insertionPos.node() == startBlock->parentNode() && (unsigned)insertionPos.deprecatedEditingOffset() < startBlock->nodeIndex() && !isStartOfParagraph(startOfInsertedContent))