HomeSort by relevance Sort by last modified time
    Searched refs:isRangeEmpty (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 48 bool isRangeEmpty() const { return checkingStart() >= checkingEnd(); }
TextCheckingHelper.cpp 108 return isRangeEmpty() || isTextEmpty();
Editor.cpp     [all...]

Completed in 204 milliseconds