HomeSort by relevance Sort by last modified time
    Searched defs:WebFindOptions (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebFindOptions.h 39 struct WebFindOptions {
49 WebFindOptions()
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 107 typedef NSUInteger WebFindOptions;
127 - (BOOL)findString:(NSString *)string options:(WebFindOptions)options;
184 - (WebNSUInteger)countMatchesForText:(NSString *)string options:(WebFindOptions)options highlight:(BOOL)highlight limit:(WebNSUInteger)limit markMatches:(BOOL)markMatches;
185 - (WebNSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options highlight:(BOOL)highlight limit:(WebNSUInteger)limit markMatches:(BOOL)markMatches;

Completed in 356 milliseconds