Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp516 bool indicesIntersect = start <= gapEnd && end >= gapStart; in deleteInsignificantText() local
518 if (indicesIntersect && gapLen > 0) { in deleteInsignificantText()