Home | History | Annotate | Download | only in mac

Lines Matching full:selectedrange

1254     // We could be called again if the execution of one command triggers a call to selectedRange.
1279 - (NSRange)selectedRange
1289 LOG(TextInput, "selectedRange -> (NSNotFound, %u)", result.length);
1291 LOG(TextInput, "selectedRange -> (%u, %u)", result.location, result.length);
1374 - (void)setMarkedText:(id)string selectedRange:(NSRange)newSelRange replacementRange:(NSRange)replacementRange
1381 LOG(TextInput, "setMarkedText:\"%@\" selectedRange:(%u, %u)", isAttributedString ? [string string] : string, newSelRange.location, newSelRange.length);