OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countStringMatchesInCustomRepresentation
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.h
106
virtual void
countStringMatchesInCustomRepresentation
(const String&, FindOptions, unsigned maxMatchCount);
PageClientImpl.mm
368
void PageClientImpl::
countStringMatchesInCustomRepresentation
(const String& string, FindOptions options, unsigned maxMatchCount)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage_p.h
98
virtual void
countStringMatchesInCustomRepresentation
(const String&, FindOptions, unsigned maxMatchCount) { }
/external/webkit/Source/WebKit2/UIProcess/
PageClient.h
156
virtual void
countStringMatchesInCustomRepresentation
(const String&, FindOptions, unsigned maxMatchCount) = 0;
WebPageProxy.cpp
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.h
112
virtual void
countStringMatchesInCustomRepresentation
(const String&, FindOptions, unsigned);
WebView.cpp
562
void WebView::
countStringMatchesInCustomRepresentation
(const String&, FindOptions, unsigned)
/external/webkit/Source/WebKit2/UIProcess/win/
WebView.h
189
virtual void
countStringMatchesInCustomRepresentation
(const String&, FindOptions, unsigned maxMatchCount);
WebView.cpp
[
all
...]
Completed in 506 milliseconds