Home
last modified time | relevance | path

Searched defs:maxMatchCount (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage_p.h97 …rtual void findStringInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount) { } in findStringInCustomRepresentation()
98 …id countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount) { } in countStringMatchesInCustomRepresentation()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp66 …ndController::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount) in countStringMatches()
91 void FindController::findString(const String& string, FindOptions options, unsigned maxMatchCount) in findString()
DWebPage.cpp1666 void WebPage::findString(const String& string, uint32_t options, uint32_t maxMatchCount) in findString()
1676 void WebPage::countStringMatches(const String& string, uint32_t options, uint32_t maxMatchCount) in countStringMatches()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.cpp336 …ageFindString(WKPageRef pageRef, WKStringRef string, WKFindOptions options, unsigned maxMatchCount) in WKPageFindString()
346 …StringMatches(WKPageRef pageRef, WKStringRef string, WKFindOptions options, unsigned maxMatchCount) in WKPageCountStringMatches()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp1153 void WebPageProxy::findString(const String& string, FindOptions options, unsigned maxMatchCount) in findString()
1166 …WebPageProxy::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount) in countStringMatches()