Searched refs:startDownstream (Results 1 – 1 of 1) sorted by relevance
1333 Position startDownstream = startOfInsertedContent.deepEquivalent().downstream(); in addSpacesForSmartReplace() local1334 Node* startNode = startDownstream.computeNodeAfterPosition(); in addSpacesForSmartReplace()1336 if (startDownstream.anchorType() == Position::PositionIsOffsetInAnchor) { in addSpacesForSmartReplace()1337 startNode = startDownstream.containerNode(); in addSpacesForSmartReplace()1338 startOffset = startDownstream.offsetInContainerNode(); in addSpacesForSmartReplace()