Searched refs:countStringMatchesInCustomRepresentation (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.h106 virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount);
H A DPageClientImpl.mm368 void PageClientImpl::countStringMatchesInCustomRepresentation(const String& string, FindOptions options, unsigned maxMatchCount)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage_p.h98 virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount) { } function in class:QWKPagePrivate
/external/webkit/Source/WebKit2/UIProcess/
H A DPageClient.h156 virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount) = 0;
H A DWebPageProxy.cpp1169 m_pageClient->countStringMatchesInCustomRepresentation(string, options, maxMatchCount);
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.h112 virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned);
H A DWebView.cpp562 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned) function in class:WebKit::WebView
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.h189 virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatchCount);
H A DWebView.cpp1469 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned) function in class:WebKit::WebView

Completed in 164 milliseconds