HomeSort by relevance Sort by last modified time
    Searched refs:WebFindClient (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebFindClient.cpp 27 #include "WebFindClient.h"
33 void WebFindClient::didFindString(WebPageProxy* page, const String& string, uint32_t matchCount)
42 void WebFindClient::didFailToFindString(WebPageProxy* page, const String& string)
50 void WebFindClient::didCountStringMatches(WebPageProxy* page, const String& string, uint32_t matchCount)
WebFindClient.h 37 class WebFindClient : public APIClient<WKPageFindClient> {
WebPageProxy.h 41 #include "WebFindClient.h"
713 WebFindClient m_findClient;
    [all...]

Completed in 95 milliseconds