Home | History | Annotate | Download | only in WebView

Lines Matching refs:selectedString

5288     NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];
5289 if ([selectedString length] == 0) {
5295 NSMutableString *s = [selectedString mutableCopy];
5312 NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];
5313 if (![selectedString length])
5317 [[NSWorkspace sharedWorkspace] showSearchResultsForQueryString:selectedString];
5319 (void)HISearchWindowShow((CFStringRef)selectedString, kNilOptions);