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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp780 int gapLen = gapEnd - gapStart; local
781 if (indicesIntersect && gapLen > 0) {
787 str.remove(gapStart - start - removed, gapLen);
788 removed += gapLen;

Completed in 135 milliseconds