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

Unified Diff: xfa/fxfa/parser/xfa_object.h

Issue 1841173002: Rename GetElementValue() to GetDirectObject{By,At}(). (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Use "At" for arrays. Created 4 years, 9 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
Index: xfa/fxfa/parser/xfa_object.h
diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h
index a41cf4af2a2525546aed046eb715707c1d21f3c7..cf17a93144e5b700f12b15032ecfe2a822198d5f 100644
--- a/xfa/fxfa/parser/xfa_object.h
+++ b/xfa/fxfa/parser/xfa_object.h
@@ -331,7 +331,7 @@ class CXFA_Node : public CXFA_Object {
void Script_NodeClass_AssignNode(CFXJSE_Arguments* pArguments);
void Script_NodeClass_Clone(CFXJSE_Arguments* pArguments);
void Script_NodeClass_GetAttribute(CFXJSE_Arguments* pArguments);
- void Script_NodeClass_GetElement(CFXJSE_Arguments* pArguments);
+ void Script_NodeClass_GetObjectBy(CFXJSE_Arguments* pArguments);
void Script_NodeClass_IsPropertySpecified(CFXJSE_Arguments* pArguments);
void Script_NodeClass_LoadXML(CFXJSE_Arguments* pArguments);
void Script_NodeClass_SaveFilteredXML(CFXJSE_Arguments* pArguments);

Powered by Google App Engine
This is Rietveld 408576698