Home
last modified time | relevance | path

Searched refs:startDownstream (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp1316 Position startDownstream = startOfInsertedContent.deepEquivalent().downstream(); in addSpacesForSmartReplace() local
1317 Node* startNode = startDownstream.computeNodeAfterPosition(); in addSpacesForSmartReplace()
1319 if (startDownstream.anchorType() == Position::PositionIsOffsetInAnchor) { in addSpacesForSmartReplace()
1320 startNode = startDownstream.containerNode(); in addSpacesForSmartReplace()
1321 startOffset = startDownstream.offsetInContainerNode(); in addSpacesForSmartReplace()