Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:resultRange

786         NSRange resultRange = [incomingResult range];
788 ASSERT(resultRange.location != NSNotFound);
789 ASSERT(resultRange.length > 0);
793 result.location = resultRange.location;
794 result.length = resultRange.length;
800 result.location = resultRange.location;
801 result.length = resultRange.length;
822 result.location = resultRange.location;
823 result.length = resultRange.length;
829 result.location = resultRange.location;
830 result.length = resultRange.length;
836 result.location = resultRange.location;
837 result.length = resultRange.length;
843 result.location = resultRange.location;
844 result.length = resultRange.length;
850 result.location = resultRange.location;
851 result.length = resultRange.length;