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

/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp565 int gapLen = gapEnd - gapStart; local
566 if (indicesIntersect && gapLen > 0) {
572 str.remove(gapStart - start - removed, gapLen);
573 removed += gapLen;

Completed in 179 milliseconds