Searched refs:nextMatch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2918 OSObject * nextMatch = 0; local
2928 while( !needReloc && (nextMatch = matches->getFirstObject())) {
2930 nextMatch->retain();
2931 matches->removeObject(nextMatch);
2933 if( (notify = OSDynamicCast( _IOServiceNotifier, nextMatch ))) {
2939 nextMatch->release();
2940 nextMatch = 0;
2943 } else if( !(match = OSDynamicCast( OSDictionary, nextMatch ))) {
2944 nextMatch->release();
2945 nextMatch
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm706 PDFSelection *nextMatch = [self _nextMatchFor:string direction:YES caseSensitive:!(options & WebFindOptionsCaseInsensitive) wrap:NO fromSelection:previousMatch startInSelection:NO];
707 if (!nextMatch)
710 [matches addObject:nextMatch];
711 previousMatch = nextMatch;

Completed in 77 milliseconds