Home
last modified time | relevance | path

Searched refs:FindOptions (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.h51 void findString(const String&, FindOptions, unsigned maxMatchCount);
53 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
DFindController.cpp46 static WebCore::FindOptions core(FindOptions options) in core()
66 void FindController::countStringMatches(const String& string, FindOptions options, unsigned maxMatc… in countStringMatches()
91 void FindController::findString(const String& string, FindOptions options, unsigned maxMatchCount) in findString()
DWebPage.h214 bool findStringFromInjectedBundle(const String&, FindOptions);
DWebPage.cpp1661 bool WebPage::findStringFromInjectedBundle(const String& target, FindOptions options) in findStringFromInjectedBundle()
1668 m_findController.findString(string, static_cast<FindOptions>(options), maxMatchCount); in findString()
1678 m_findController.countStringMatches(string, static_cast<FindOptions>(options), maxMatchCount); in countStringMatches()
/external/webkit/Source/WebCore/editing/
DEditor.h345 bool findString(const String&, FindOptions);
363 unsigned countMatchesForText(const String&, FindOptions, unsigned limit, bool markMatches);
364 …unsigned countMatchesForText(const String&, Range*, FindOptions, unsigned limit, bool markMatches);
423 PassRefPtr<Range> firstVisibleRange(const String&, FindOptions);
424 PassRefPtr<Range> lastVisibleRange(const String&, FindOptions);
425 PassRefPtr<Range> nextVisibleRange(Range*, const String&, FindOptions);
DFindOptions.h42 typedef unsigned FindOptions; typedef
DTextIterator.cpp68 SearchBuffer(const String& target, FindOptions);
89 FindOptions m_options;
108 FindOptions m_options;
1924 inline SearchBuffer::SearchBuffer(const String& target, FindOptions options) in SearchBuffer()
2226 inline SearchBuffer::SearchBuffer(const String& target, FindOptions options) in SearchBuffer()
2583 static size_t findPlainText(CharacterIterator& it, const String& target, FindOptions options, size_… in findPlainText()
2627 PassRefPtr<Range> findPlainText(const Range* range, const String& target, FindOptions options) in findPlainText()
DTextIterator.h66 PassRefPtr<Range> findPlainText(const Range*, const String&, FindOptions);
DEditor.cpp2633 PassRefPtr<Range> Editor::firstVisibleRange(const String& target, FindOptions options) in firstVisibleRange()
2649 PassRefPtr<Range> Editor::lastVisibleRange(const String& target, FindOptions options) in lastVisibleRange()
2665 PassRefPtr<Range> Editor::nextVisibleRange(Range* currentRange, const String& target, FindOptions o… in nextVisibleRange()
2955FindOptions options = (forward ? 0 : Backwards) | (caseFlag ? 0 : CaseInsensitive) | (wrapFlag ? W… in findString()
2959 bool Editor::findString(const String& target, FindOptions options) in findString()
3060 unsigned Editor::countMatchesForText(const String& target, FindOptions options, unsigned limit, boo… in countMatchesForText()
3065 unsigned Editor::countMatchesForText(const String& target, Range* range, FindOptions options, unsig… in countMatchesForText()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPDFViewController.h70 void findString(const String&, FindOptions, unsigned maxMatchCount);
71 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
DWKViewInternal.h73 - (void)_findStringInCustomRepresentation:(NSString *)string withFindOptions:(WebKit::FindOptions)o…
74 …chesInCustomRepresentation:(NSString *)string withFindOptions:(WebKit::FindOptions)options maxMatc…
DPageClientImpl.h105 … virtual void findStringInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount);
106 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
DPageClientImpl.mm363 void PageClientImpl::findStringInCustomRepresentation(const String& string, FindOptions options, un…
368 void PageClientImpl::countStringMatchesInCustomRepresentation(const String& string, FindOptions opt…
DPDFViewController.mm605 void PDFViewController::findString(const String& string, FindOptions options, unsigned maxMatchCoun…
626 void PDFViewController::countStringMatches(const String& string, FindOptions options, unsigned maxM…
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.h111 virtual void findStringInCustomRepresentation(const String&, FindOptions, unsigned);
112 virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned);
DWebView.cpp557 void WebView::findStringInCustomRepresentation(const String&, FindOptions, unsigned) in findStringInCustomRepresentation() argument
562 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned) in countStringMatchesInCustomRepresentation() argument
/external/webkit/Source/WebKit2/Shared/
DWebFindOptions.h31 enum FindOptions { enum
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage_p.h97 …virtual void findStringInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount) … in findStringInCustomRepresentation() argument
98 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc… in countStringMatchesInCustomRepresentation() argument
/external/webkit/Source/WebKit2/UIProcess/
DPageClient.h155 …virtual void findStringInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount) …
156 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
DWebPageProxy.h360 void findString(const String&, FindOptions, unsigned maxMatchCount);
362 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
/external/webkit/Source/WebCore/page/
DPage.h209 bool findString(const String&, FindOptions);
212 unsigned markAllMatchesForText(const String&, FindOptions, bool shouldHighlight, unsigned);
DPage.cpp502 bool Page::findString(const String& target, FindOptions options) in findString()
536 unsigned int Page::markAllMatchesForText(const String& target, FindOptions options, bool shouldHigh… in markAllMatchesForText()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.h188 … virtual void findStringInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount);
189 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
DWebView.cpp1465 void WebView::findStringInCustomRepresentation(const String&, FindOptions, unsigned) in findStringInCustomRepresentation() argument
1469 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned) in countStringMatchesInCustomRepresentation() argument
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h665 inline FindOptions toFindOptions(WKFindOptions wkFindOptions) in toFindOptions()
684 return static_cast<FindOptions>(findOptions); in toFindOptions()

12