diff options
author | dsinclair <dsinclair@chromium.org> | 2016-07-11 06:46:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-11 06:47:00 -0700 |
commit | d1cf239fa6be42baa02028efd1617d5af27d82e1 (patch) | |
tree | b365ce948adbea9f655623db4e2ca7797ee5d14f /xfa/fxfa/parser/xfa_script_logpseudomodel.h | |
parent | 3ecdbffbf3b812fe262ca1b8a6eec6187195ddd9 (diff) | |
download | pdfium-d1cf239fa6be42baa02028efd1617d5af27d82e1.tar.xz |
Cleanup redundant method names.
This CL cleans up a bunch of method names which are redundant with the class
names or code location.
Review-Url: https://codereview.chromium.org/2132513003
Diffstat (limited to 'xfa/fxfa/parser/xfa_script_logpseudomodel.h')
-rw-r--r-- | xfa/fxfa/parser/xfa_script_logpseudomodel.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xfa/fxfa/parser/xfa_script_logpseudomodel.h b/xfa/fxfa/parser/xfa_script_logpseudomodel.h index e05b2c7c6e..d344fd5157 100644 --- a/xfa/fxfa/parser/xfa_script_logpseudomodel.h +++ b/xfa/fxfa/parser/xfa_script_logpseudomodel.h @@ -15,11 +15,11 @@ class CScript_LogPseudoModel : public CXFA_Object { explicit CScript_LogPseudoModel(CXFA_Document* pDocument); ~CScript_LogPseudoModel() override; - void Script_LogPseudoModel_Message(CFXJSE_Arguments* pArguments); - void Script_LogPseudoModel_TraceEnabled(CFXJSE_Arguments* pArguments); - void Script_LogPseudoModel_TraceActivate(CFXJSE_Arguments* pArguments); - void Script_LogPseudoModel_TraceDeactivate(CFXJSE_Arguments* pArguments); - void Script_LogPseudoModel_Trace(CFXJSE_Arguments* pArguments); + void Message(CFXJSE_Arguments* pArguments); + void TraceEnabled(CFXJSE_Arguments* pArguments); + void TraceActivate(CFXJSE_Arguments* pArguments); + void TraceDeactivate(CFXJSE_Arguments* pArguments); + void Trace(CFXJSE_Arguments* pArguments); }; #endif // XFA_FXFA_PARSER_XFA_SCRIPT_LOGPSEUDOMODEL_H_ |