Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: core/fpdftext/include/cpdf_textpagefind.h

Issue 2060913003: Make code compile with clang_use_chrome_plugin (part II) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fpdftext/include/cpdf_textpage.h ('k') | core/fxcodec/codec/ccodec_iccmodule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdftext/include/cpdf_textpagefind.h
diff --git a/core/fpdftext/include/cpdf_textpagefind.h b/core/fpdftext/include/cpdf_textpagefind.h
index d9937772d1b8c0d626055a823a2383c0b2a571af..4950bd1113391c72603e27cecedc3b1905805d00 100644
--- a/core/fpdftext/include/cpdf_textpagefind.h
+++ b/core/fpdftext/include/cpdf_textpagefind.h
@@ -18,7 +18,7 @@ class CPDF_TextPage;
class CPDF_TextPageFind {
public:
explicit CPDF_TextPageFind(const CPDF_TextPage* pTextPage);
- ~CPDF_TextPageFind() {}
+ ~CPDF_TextPageFind();
FX_BOOL FindFirst(const CFX_WideString& findwhat,
int flags,
@@ -38,10 +38,6 @@ class CPDF_TextPageFind {
int iSubString,
FX_WCHAR chSep);
CFX_WideString MakeReverse(const CFX_WideString& str);
- int ReverseFind(const CFX_WideString& csPageText,
- const CFX_WideString& csWord,
- int nStartPos,
- int& WordLength);
int GetCharIndex(int index) const;
private:
« no previous file with comments | « core/fpdftext/include/cpdf_textpage.h ('k') | core/fxcodec/codec/ccodec_iccmodule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698