Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp517 int gapLen = gapEnd - gapStart; in deleteInsignificantText() local
518 if (indicesIntersect && gapLen > 0) { in deleteInsignificantText()
524 str.remove(gapStart - start - removed, gapLen); in deleteInsignificantText()
525 removed += gapLen; in deleteInsignificantText()