Home
last modified time | relevance | path

Searched refs:countStringMatchesInCustomRepresentation (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.h112 virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned);
DWebView.cpp562 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned) in countStringMatchesInCustomRepresentation() function in WebKit::WebView
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.h106 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
DPageClientImpl.mm368 void PageClientImpl::countStringMatchesInCustomRepresentation(const String& string, FindOptions opt…
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage_p.h98 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc… in countStringMatchesInCustomRepresentation() function
/external/webkit/Source/WebKit2/UIProcess/
DPageClient.h156 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
DWebPageProxy.cpp1169 m_pageClient->countStringMatchesInCustomRepresentation(string, options, maxMatchCount); in countStringMatches()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.h189 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
DWebView.cpp1469 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned) in countStringMatchesInCustomRepresentation() function in WebKit::WebView
/external/webkit/Source/WebKit2/
DChangeLog1748 (WebKit::WebView::countStringMatchesInCustomRepresentation):
2153 (WebKit::PageClientImpl::countStringMatchesInCustomRepresentation): Added.
2165 (WebKit::WebView::countStringMatchesInCustomRepresentation): Ditto.
2169 (QWKPagePrivate::countStringMatchesInCustomRepresentation): Added stub.