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

Unified Diff: xfa/fwl/core/cfwl_evtcheckword.cpp

Issue 2515463002: Move the IFWL_Edit Events out of ifwl_edit.h (Closed)
Patch Set: Created 4 years, 1 month 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 | « xfa/fwl/core/cfwl_evtcheckword.h ('k') | xfa/fwl/core/cfwl_evttextchanged.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_evtcheckword.cpp
diff --git a/xfa/fwl/core/cfwl_evtclose.cpp b/xfa/fwl/core/cfwl_evtcheckword.cpp
similarity index 52%
copy from xfa/fwl/core/cfwl_evtclose.cpp
copy to xfa/fwl/core/cfwl_evtcheckword.cpp
index 72713a17d1b2ace83cab49f6506ef27bca11fc2d..99ecee96e0ba5dab49f233a64f01ce7b53646af8 100644
--- a/xfa/fwl/core/cfwl_evtclose.cpp
+++ b/xfa/fwl/core/cfwl_evtcheckword.cpp
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/fwl/core/cfwl_evtclose.h"
+#include "xfa/fwl/core/cfwl_evtcheckword.h"
-CFWL_EvtClose::CFWL_EvtClose() {}
+CFWL_EvtCheckWord::CFWL_EvtCheckWord() {}
-CFWL_EvtClose::~CFWL_EvtClose() {}
+CFWL_EvtCheckWord::~CFWL_EvtCheckWord() {}
-CFWL_EventType CFWL_EvtClose::GetClassID() const {
- return CFWL_EventType::Close;
+CFWL_EventType CFWL_EvtCheckWord::GetClassID() const {
+ return CFWL_EventType::CheckWord;
}
« no previous file with comments | « xfa/fwl/core/cfwl_evtcheckword.h ('k') | xfa/fwl/core/cfwl_evttextchanged.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698