Home | History | Annotate | Download | only in WebView

Lines Matching refs:countMatchesForText

6345 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options limit:(NSUInteger)limit markMatches:(BOOL)markMatches
6351 return coreFrame->editor()->countMatchesForText(string, core(range), coreOptions(options), limit, markMatches);