webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
<WebDocumentSearching > Protocol Reference

#import <WebDocument.h>

Inheritance diagram for <WebDocumentSearching >:

Instance Methods

(BOOL- searchFor:direction:caseSensitive:wrap:
 

Method Documentation

◆ searchFor:direction:caseSensitive:wrap:()

- (BOOL WebDocumentSearching) searchFor: (NSString *)  string
direction: (BOOL forward
caseSensitive: (BOOL caseFlag
wrap: (BOOL wrapFlag 

searchFor:direction:caseSensitive:wrap: Searches a document view for a string and highlights the string if it is found.

Parameters
stringThe string to search for.
forwardYES to search forward, NO to seach backwards.
caseFlagYES to for case-sensitive search, NO for case-insensitive search.
wrapFlagYES to wrap around, NO to avoid wrapping.
Returns
YES if found, NO if not found.

The documentation for this protocol was generated from the following file: