Home | History | Annotate | Download | only in editing

Lines Matching refs:startBlock

913     Node* startBlock = enclosingBlock(visibleStart.deepEquivalent().deprecatedNode());
921 startBlock == currentRoot || isListItem(startBlock) || selectionIsPlainText)
995 startBlock = enclosingBlock(insertionPos.deprecatedNode());
999 if (m_preventNesting && startBlock && !isTableCell(startBlock) && !startIsInsideMailBlockquote) {
1000 ASSERT(startBlock != currentRoot);
1003 insertionPos = positionInParentAfterNode(startBlock);
1005 insertionPos = positionInParentBeforeNode(startBlock);
1116 // We inserted before the startBlock to prevent nesting, and the content before the startBlock wasn't in its own block and
1118 if (startBlock && insertionPos.deprecatedNode() == startBlock->parentNode() && (unsigned)insertionPos.deprecatedEditingOffset() < startBlock->nodeIndex() && !isStartOfParagraph(startOfInsertedContent))