Home
last modified time | relevance | path

Searched refs:textMatches (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebPDFView.h46 NSArray *textMatches; variable
DWebPDFView.mm203 [textMatches release];
677 NSMutableArray *result = [NSMutableArray arrayWithCapacity:[textMatches count]];
679 NSEnumerator *matchEnumerator = [textMatches objectEnumerator];
1383 [textMatches release];
1384 textMatches = array;
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-142759 … new ivars textMatches and lastScrollPosition; now conforms to WebMultipleTextMatches protocol
2763 release textMatches
2778 …e document is searched or limit is hit; records results by saving PDFSelections in textMatches ivar
2780 implementation of WebMultipleTextMatches protocol method; clears saved textMatches