Home
last modified time | relevance | path

Searched refs:countMatchesForText (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebDocumentInternal.h65 - (WebNSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFi…
DWebViewPrivate.h184 - (WebNSUInteger)countMatchesForText:(NSString *)string options:(WebFindOptions)options highlight:(…
185 - (WebNSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFi…
564 - (WebNSUInteger)countMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOO…
DWebView.mm2800 …return [self countMatchesForText:string options:(caseFlag ? 0 : WebFindOptionsCaseInsensitive) hig…
2803 - (NSUInteger)countMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)h…
2805 …return [self countMatchesForText:string options:(caseFlag ? 0 : WebFindOptionsCaseInsensitive) hig…
4702 - (NSUInteger)countMatchesForText:(NSString *)string options:(WebFindOptions)options highlight:(BOO…
4704 …return [self countMatchesForText:string inDOMRange:nil options:options highlight:highlight limit:l…
4707 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindO…
4721 …matchCount += [(NSView <WebMultipleTextMatches>*)view countMatchesForText:string inDOMRange:range …
DWebPDFView.mm644 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindO…
DWebHTMLView.mm6345 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindO…
6351 …return coreFrame->editor()->countMatchesForText(string, core(range), coreOptions(options), limit, …
/external/webkit/Source/WebCore/editing/
DEditor.h363 unsigned countMatchesForText(const String&, FindOptions, unsigned limit, bool markMatches);
364 …unsigned countMatchesForText(const String&, Range*, FindOptions, unsigned limit, bool markMatches);
DEditor.cpp3060 unsigned Editor::countMatchesForText(const String& target, FindOptions options, unsigned limit, boo… in countMatchesForText() function in WebCore::Editor
3062 return countMatchesForText(target, 0, options, limit, markMatches); in countMatchesForText()
3065 unsigned Editor::countMatchesForText(const String& target, Range* range, FindOptions options, unsig… in countMatchesForText() function in WebCore::Editor
/external/webkit/Source/WebCore/page/
DPage.cpp546 …matches += frame->editor()->countMatchesForText(target, options, limit ? (limit - matches) : 0, tr… in markAllMatchesForText()
/external/webkit/Source/WebKit/mac/
DChangeLog3626 …* WebView/WebDocumentInternal.h: Added a DOMRange parameter to -countMatchesForText:options:limit:…
3628 …(-[WebHTMLView countMatchesForText:inDOMRange:options:limit:markMatches:]): Added DOMRange paramet…
3632 …(-[WebPDFView countMatchesForText:inDOMRange:options:limit:markMatches:]): Added DOMRange paramete…
3635 …(-[WebView countMatchesForText:options:highlight:limit:markMatches:]): Now calls the inDOMRange: v…
3636 … (-[WebView countMatchesForText:inDOMRange:options:highlight:limit:markMatches:]): Added DOMRange
3637 …parameter, which is passed to document views' -countMatchesForText:inDOMRange:options:limit:markMa…
3798 replaced -countMatchesForText:caseSensitive:limit:markMatches: with a WebFindOptions-based
3805 … (-[WebHTMLView countMatchesForText:options:limit:markMatches:]): Changed to use WebFindOptions.
3808 … (-[WebPDFView countMatchesForText:options:limit:markMatches:]): Changed to use WebFindOptions.
3811 -countMatchesForText:options:highlight:limit:markMatches.
[all …]
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp779 …return sd->frame->editor()->countMatchesForText(WTF::String::fromUTF8(string), case_sensitive, lim… in ewk_frame_text_matches_mark()
/external/webkit/Source/WebKit/efl/
DChangeLog2146 countMatchesForText() instead of markAllMatchesForText().
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4301 m_matchCount += frame->editor()->countMatchesForText(text, findOptions, in findTextOnPage()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-162231 The scoping function is in part based on Editor::countMatchesForText
2234 function was written, countMatchesForText didn't work well with
2237 very problem in the countMatchesForText and I believe we should make
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06359 * WebCore.exp.in: Export Range version of countMatchesForText().
362 (WebCore::Editor::countMatchesForText): Added a Range parameter and restricted the result to
3970 (WebCore::Editor::countMatchesForText): Ditto.
3972 countMatchesForText() to take FindOptions. Made nextVisibleRange() private and changed it
58684 (WebCore::Editor::countMatchesForText):
64848 Rename markAllMatchesForText() to countMatchesForText() and add a markMatches parameter.
64852 (WebCore::Frame::countMatchesForText):
DChangeLog-2011-02-166889 (WebCore::Editor::countMatchesForText):
34166 (WebCore::Editor::countMatchesForText): Actually remember the original search range end