Home | History | Annotate | Download | only in WebView

Lines Matching refs:selectedString

5840     NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];
5841 if ([selectedString length] == 0) {
5847 NSMutableString *s = [selectedString mutableCopy];
5864 NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];
5865 if (![selectedString length])
5869 [[NSWorkspace sharedWorkspace] showSearchResultsForQueryString:selectedString];
5871 (void)HISearchWindowShow((CFStringRef)selectedString, kNilOptions);