Searched defs:maxMatchCount (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage_p.h | 97 …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/ |
D | FindController.cpp | 66 …ndController::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount) in countStringMatches() 91 void FindController::findString(const String& string, FindOptions options, unsigned maxMatchCount) in findString()
|
D | WebPage.cpp | 1666 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/ |
D | WKPage.cpp | 336 …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/ |
D | WebPageProxy.cpp | 1153 void WebPageProxy::findString(const String& string, FindOptions options, unsigned maxMatchCount) in findString() 1166 …WebPageProxy::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount) in countStringMatches()
|