Searched defs:countStringMatches (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp66 void FindController::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount) function in class:WebKit::FindController
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/
H A DWebPageProxy.cpp1166 void WebPageProxy::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount) function in class:WebKit::WebPageProxy

Completed in 79 milliseconds