HomeSort by relevance Sort by last modified time
    Searched refs:countMatchesForText (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentInternal.h 65 - (WebNSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options limit:(WebNSUInteger)limit markMatches:(BOOL)markMatches;
WebViewPrivate.h 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;
564 - (WebNSUInteger)countMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(WebNSUInteger)limit markMatches:(BOOL)markMatches;
WebView.mm     [all...]
WebPDFView.mm 644 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options limit:(NSUInteger)limit markMatches:(BOOL)markMatches
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.h 363 unsigned countMatchesForText(const String&, FindOptions, unsigned limit, bool markMatches);
364 unsigned countMatchesForText(const String&, Range*, FindOptions, unsigned limit, bool markMatches);
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 546 matches += frame->editor()->countMatchesForText(target, options, limit ? (limit - matches) : 0, true);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 779 return sd->frame->editor()->countMatchesForText(WTF::String::fromUTF8(string), case_sensitive, limit, true);
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 544 milliseconds