OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMatchedCount
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/include/fpdftext/
fpdf_text.h
164
virtual int
GetMatchedCount
() const = 0;
/external/pdfium/core/src/fpdftext/
text_int.h
166
int
GetMatchedCount
() const override;
fpdf_text_int.cpp
[
all
...]
/external/pdfium/fpdfsdk/src/
fpdftext.cpp
222
return textpageFind->
GetMatchedCount
();
Completed in 138 milliseconds