Searched refs:countStringMatches (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.h71 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
H A DPDFViewController.mm626 void PDFViewController::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount)
H A DWKView.mm2284 _data->_pdfViewController->countStringMatches(string, options, count);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.h53 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
H A DFindController.cpp66 void FindController::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount) function in class:WebKit::FindController
H A DWebPage.h518 void countStringMatches(const String&, uint32_t findOptions, uint32_t maxMatchCount);
H A DWebPage.cpp1676 void WebPage::countStringMatches(const String& string, uint32_t options, uint32_t maxMatchCount) function in class:WebKit::WebPage
1678 m_findController.countStringMatches(string, static_cast<FindOptions>(options), maxMatchCount);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.cpp348 toImpl(pageRef)->countStringMatches(toImpl(string)->string(), toFindOptions(options), maxMatchCount);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h362 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
H A DWebPageProxy.cpp1166 void WebPageProxy::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount) function in class:WebKit::WebPageProxy

Completed in 137 milliseconds