Home | History | Annotate | Download | only in NetscapeInputMethodPlugin

Lines Matching refs:selectedRange

55     NSRange selectedRange;
153 obj->selectedRange.location = [obj->textStorage length];
252 NSRect *rectArray = [obj->layoutManager rectArrayForCharacterRange:obj->selectedRange
253 withinSelectedCharacterRange:obj->selectedRange
315 if (obj->selectedRange.location > 0) {
316 obj->selectedRange.location--;
322 if (obj->selectedRange.location < [obj->textStorage length]) {
323 obj->selectedRange.location++;
339 NSRange range = obj->selectedRange;
343 obj->selectedRange.location = range.location + [string length];
344 obj->selectedRange.length = 0;