Home
last modified time | relevance | path

Searched refs:GetMatchedCount (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fpdftext/
Dfpdf_text.h149 virtual int GetMatchedCount() const = 0;
/external/pdfium/core/src/fpdftext/
Dtext_int.h156 virtual int GetMatchedCount()const;
Dfpdf_text_int.cpp2459 int MatchedCount1 = findEngine.GetMatchedCount(); in FindPrev()
2610 int CPDF_TextPageFind::GetMatchedCount()const in GetMatchedCount() function in CPDF_TextPageFind
/external/pdfium/fpdfsdk/src/
Dfpdftext.cpp180 return textpageFind->GetMatchedCount(); in FPDFText_GetSchCount()