Searched refs:WebFindOptions (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebFindOptions.h39 struct WebFindOptions { struct in namespace:WebKit
49 WebFindOptions() function in struct:WebKit::WebFindOptions
H A DWebFrame.h70 struct WebFindOptions;
488 const WebFindOptions& options,
514 const WebFindOptions& options,
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocumentInternal.h65 - (WebNSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options limit:(WebNSUInteger)limit markMatches:(BOOL)markMatches;
72 - (BOOL)_findString:(NSString *)string options:(WebFindOptions)options;
H A DWebViewPrivate.h107 typedef NSUInteger WebFindOptions; typedef
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;
H A DWebPDFView.mm644 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options limit:(NSUInteger)limit markMatches:(BOOL)markMatches
H A DWebView.mm4025 static WebFrame *incrementFrame(WebFrame *frame, WebFindOptions options = 0)
4456 static BOOL findString(NSView <WebDocumentSearching> *searchView, NSString *string, WebFindOptions options)
4465 - (BOOL)findString:(NSString *)string options:(WebFindOptions)options
4493 WebFindOptions optionsForThisPass = onlyOneFrame ? options : (options & ~WebFindOptionsWrapAround);
4702 - (NSUInteger)countMatchesForText:(NSString *)string options:(WebFindOptions)options highlight:(BOOL)highlight limit:(NSUInteger)limit markMatches:(BOOL)markMatches
4707 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options highlight:(BOOL)highlight limit:(NSUInteger)limit markMatches:(BOOL)markMatches
H A DWebHTMLView.mm561 static FindOptions coreOptions(WebFindOptions options)
6345 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options limit:(NSUInteger)limit markMatches:(BOOL)markMatches
6396 - (BOOL)_findString:(NSString *)string options:(WebFindOptions)options
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.h181 int identifier, const WebString& searchText, const WebFindOptions&,
185 int identifier, const WebString& searchText, const WebFindOptions&,
319 int identifier, const WebString& searchText, const WebFindOptions&,
325 const WebFindOptions&, bool reset);
H A DWebFrameImpl.cpp135 #include "WebFindOptions.h"
435 const WebFindOptions& options,
458 WebFindOptions m_options;
1467 const WebFindOptions& options,
1579 const WebFindOptions& options,
2301 const WebFindOptions& options, bool reset)
2309 const WebFindOptions& options, bool reset)
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm671 WebFindOptions options = 0;

Completed in 711 milliseconds