Searched refs:countStringMatchesInCustomRepresentation (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | WebView.h | 112 virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned);
|
D | WebView.cpp | 562 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned) in countStringMatchesInCustomRepresentation() function in WebKit::WebView
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
D | PageClientImpl.h | 106 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
|
D | PageClientImpl.mm | 368 void PageClientImpl::countStringMatchesInCustomRepresentation(const String& string, FindOptions opt…
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage_p.h | 98 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc… in countStringMatchesInCustomRepresentation() function
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | PageClient.h | 156 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
|
D | WebPageProxy.cpp | 1169 m_pageClient->countStringMatchesInCustomRepresentation(string, options, maxMatchCount); in countStringMatches()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebView.h | 189 …virtual void countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned maxMatc…
|
D | WebView.cpp | 1469 void WebView::countStringMatchesInCustomRepresentation(const String&, FindOptions, unsigned) in countStringMatchesInCustomRepresentation() function in WebKit::WebView
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 1748 (WebKit::WebView::countStringMatchesInCustomRepresentation): 2153 (WebKit::PageClientImpl::countStringMatchesInCustomRepresentation): Added. 2165 (WebKit::WebView::countStringMatchesInCustomRepresentation): Ditto. 2169 (QWKPagePrivate::countStringMatchesInCustomRepresentation): Added stub.
|