Searched refs:PDFSelection (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_PDFSelection.py7 self.failUnlessArgIsBOOL(PDFSelection.drawForPage_withBox_active_, 2)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_PDFSelection.py7 self.assertArgIsBOOL(PDFSelection.drawForPage_withBox_active_, 2)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_PDFSelection.py7 self.assertArgIsBOOL(PDFSelection.drawForPage_withBox_active_, 2)
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h44 - (void)pdfLayerController:(PDFLayerController *)pdfLayerController didChangeSelection:(PDFSelection *)selection;
92 - (PDFSelection *)currentSelection;
93 - (void)setCurrentSelection:(PDFSelection *)selection;
94 - (PDFSelection *)searchSelection;
95 - (void)setSearchSelection:(PDFSelection *)selection;
96 - (void)gotoSelection:(PDFSelection *)selection;
97 - (PDFSelection *)getSelectionForWordAtPoint:(CGPoint)point;
117 - (void)searchInDictionaryWithSelection:(PDFSelection *)selection;
H A DPDFPlugin.h48 OBJC_CLASS PDFSelection; variable
86 void notifySelectionChanged(PDFSelection *);
166 PDFSelection *nextMatchForString(const String& target, BOOL searchForward, BOOL caseSensitive, BOOL wrapSearch, PDFSelection *initialSelection, BOOL startInSelection);
H A DPDFPlugin.mm388 - (void)pdfLayerController:(PDFLayerController *)pdfLayerController didChangeSelection:(PDFSelection *)selection
1334 PDFSelection *selectionUnderMouse = [m_pdfLayerController getSelectionForWordAtPoint:convertFromPluginToPDFView(event.position())];
1720 PDFSelection *PDFPlugin::nextMatchForString(const String& target, BOOL searchForward, BOOL caseSensitive, BOOL wrapSearch, PDFSelection *initialSelection, BOOL startInSelection)
1734 PDFSelection *selectionForInitialSearch = [initialSelection copy];
1749 PDFSelection *foundSelection = [document findString:target fromSelection:selectionForInitialSearch withOptions:options];
1779 PDFSelection* searchSelection = [m_pdfLayerController searchSelection];
1787 PDFSelection *selection = nextMatchForString(target, searchForward, caseSensitive, wrapSearch, [m_pdfLayerController searchSelection], NO);
1804 PDFSelection* lookupSelection = [m_pdfLayerController getSelectionForWordAtPoint:convertFromPluginToPDFView(localPoint)];
1822 void PDFPlugin::notifySelectionChanged(PDFSelection *)
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm102 - (PDFSelection *)_nextMatchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag fromSelection:(PDFSelection *)initialSelection startInSelection:(BOOL)startInSelection;
153 // FIXME 4182876: We can eliminate this function in favor if -isEqual: if [PDFSelection isEqual:] is overridden
155 static BOOL _PDFSelectionsAreEqual(PDFSelection *selectionA, PDFSelection *selectionB)
659 PDFSelection *selection = [self _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelection:startInSelection];
702 PDFSelection *previousMatch = nil;
706 PDFSelection *nextMatch = [self _nextMatchFor:string direction:YES caseSensitive:!(options & WebFindOptionsCaseInsensitive) wrap:NO fromSelection:previousMatch startInSelection:NO];
733 PDFSelection *match;
766 // changing the selection is a hack, but the only way to get an attr string is via PDFSelection
[all...]

Completed in 105 milliseconds