Home | History | Annotate | Download | only in WebView

Lines Matching refs:currentSelection

492         return [PDFSubview currentSelection] != nil;
526 [NSPasteboard _web_setFindPasteboardString:[[PDFSubview currentSelection] string] withOwner:self];
606 PDFSelection *selection = [self _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelection:startInSelection];
716 PDFSelection *savedSelection = [[PDFSubview currentSelection] copy];
718 NSAttributedString *result = [[PDFSubview currentSelection] attributedString];
735 return [[PDFSubview currentSelection] string];
740 return [self _scaledAttributedString:[[PDFSubview currentSelection] attributedString]];
849 PDFSelection *selection = [PDFSubview currentSelection];
1330 NSRect selectionRect = [PDFSubview convertRect:[[PDFSubview currentSelection] boundsForPage:page] fromPage:page];