summaryrefslogtreecommitdiff
path: root/fxjs/xfa
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-06-04 22:11:27 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-06-04 22:11:27 +0000
commit221f0b3e09b9d77b1873a52fff23c7c39df251bb (patch)
treea6c90f118083141c07eb0c5d802c6e8f8d5d4f31 /fxjs/xfa
parent82df54058ae56edef579d75421f216351bfd723e (diff)
downloadpdfium-221f0b3e09b9d77b1873a52fff23c7c39df251bb.tar.xz
Lowercase JS_Define.{h,cpp} and CJS_Define.h
Consistency with file naming conventions. No functional change. Change-Id: I596c4be5bbf0510950c44a7d9d80f59537739c3b Reviewed-on: https://pdfium-review.googlesource.com/33593 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/xfa')
-rw-r--r--fxjs/xfa/cjx_container.h2
-rw-r--r--fxjs/xfa/cjx_content.h2
-rw-r--r--fxjs/xfa/cjx_datawindow.h2
-rw-r--r--fxjs/xfa/cjx_delta.h2
-rw-r--r--fxjs/xfa/cjx_desc.h2
-rw-r--r--fxjs/xfa/cjx_eventpseudomodel.h2
-rw-r--r--fxjs/xfa/cjx_exclgroup.h2
-rw-r--r--fxjs/xfa/cjx_field.h2
-rw-r--r--fxjs/xfa/cjx_form.h2
-rw-r--r--fxjs/xfa/cjx_hostpseudomodel.h2
-rw-r--r--fxjs/xfa/cjx_instancemanager.h2
-rw-r--r--fxjs/xfa/cjx_layoutpseudomodel.h2
-rw-r--r--fxjs/xfa/cjx_list.h2
-rw-r--r--fxjs/xfa/cjx_logpseudomodel.h2
-rw-r--r--fxjs/xfa/cjx_manifest.h2
-rw-r--r--fxjs/xfa/cjx_model.h2
-rw-r--r--fxjs/xfa/cjx_node.h2
-rw-r--r--fxjs/xfa/cjx_object.h2
-rw-r--r--fxjs/xfa/cjx_packet.h2
-rw-r--r--fxjs/xfa/cjx_signaturepseudomodel.h2
-rw-r--r--fxjs/xfa/cjx_source.h2
-rw-r--r--fxjs/xfa/cjx_subform.h2
-rw-r--r--fxjs/xfa/cjx_template.h2
-rw-r--r--fxjs/xfa/cjx_textnode.h2
-rw-r--r--fxjs/xfa/cjx_tree.h2
-rw-r--r--fxjs/xfa/cjx_treelist.h2
-rw-r--r--fxjs/xfa/cjx_wsdlconnection.h2
27 files changed, 27 insertions, 27 deletions
diff --git a/fxjs/xfa/cjx_container.h b/fxjs/xfa/cjx_container.h
index 0e2170fa2a..e116358f07 100644
--- a/fxjs/xfa/cjx_container.h
+++ b/fxjs/xfa/cjx_container.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_CONTAINER_H_
#define FXJS_XFA_CJX_CONTAINER_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_Node;
diff --git a/fxjs/xfa/cjx_content.h b/fxjs/xfa/cjx_content.h
index 983a75005d..351728e023 100644
--- a/fxjs/xfa/cjx_content.h
+++ b/fxjs/xfa/cjx_content.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_CONTENT_H_
#define FXJS_XFA_CJX_CONTENT_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
class CXFA_Content;
diff --git a/fxjs/xfa/cjx_datawindow.h b/fxjs/xfa/cjx_datawindow.h
index dfaa6a44ba..0541ef1e7f 100644
--- a/fxjs/xfa/cjx_datawindow.h
+++ b/fxjs/xfa/cjx_datawindow.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_DATAWINDOW_H_
#define FXJS_XFA_CJX_DATAWINDOW_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
#include "xfa/fxfa/fxfa_basic.h"
diff --git a/fxjs/xfa/cjx_delta.h b/fxjs/xfa/cjx_delta.h
index 2b981cd56b..4d6776359c 100644
--- a/fxjs/xfa/cjx_delta.h
+++ b/fxjs/xfa/cjx_delta.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_DELTA_H_
#define FXJS_XFA_CJX_DELTA_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
class CXFA_Delta;
diff --git a/fxjs/xfa/cjx_desc.h b/fxjs/xfa/cjx_desc.h
index 4d21c7ba32..4218ed2d7b 100644
--- a/fxjs/xfa/cjx_desc.h
+++ b/fxjs/xfa/cjx_desc.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_DESC_H_
#define FXJS_XFA_CJX_DESC_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_Desc;
diff --git a/fxjs/xfa/cjx_eventpseudomodel.h b/fxjs/xfa/cjx_eventpseudomodel.h
index 5d8bcc3060..b30c659705 100644
--- a/fxjs/xfa/cjx_eventpseudomodel.h
+++ b/fxjs/xfa/cjx_eventpseudomodel.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_EVENTPSEUDOMODEL_H_
#define FXJS_XFA_CJX_EVENTPSEUDOMODEL_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
class CFXJSE_Value;
diff --git a/fxjs/xfa/cjx_exclgroup.h b/fxjs/xfa/cjx_exclgroup.h
index a972fba5ff..fc65400214 100644
--- a/fxjs/xfa/cjx_exclgroup.h
+++ b/fxjs/xfa/cjx_exclgroup.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_EXCLGROUP_H_
#define FXJS_XFA_CJX_EXCLGROUP_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_ExclGroup;
diff --git a/fxjs/xfa/cjx_field.h b/fxjs/xfa/cjx_field.h
index 4f7238fc19..697aca32d2 100644
--- a/fxjs/xfa/cjx_field.h
+++ b/fxjs/xfa/cjx_field.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_FIELD_H_
#define FXJS_XFA_CJX_FIELD_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_container.h"
class CXFA_Field;
diff --git a/fxjs/xfa/cjx_form.h b/fxjs/xfa/cjx_form.h
index e4d64daca0..235dc1405c 100644
--- a/fxjs/xfa/cjx_form.h
+++ b/fxjs/xfa/cjx_form.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_FORM_H_
#define FXJS_XFA_CJX_FORM_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_model.h"
class CXFA_Form;
diff --git a/fxjs/xfa/cjx_hostpseudomodel.h b/fxjs/xfa/cjx_hostpseudomodel.h
index b4d6fe66e2..7b9279af2d 100644
--- a/fxjs/xfa/cjx_hostpseudomodel.h
+++ b/fxjs/xfa/cjx_hostpseudomodel.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_HOSTPSEUDOMODEL_H_
#define FXJS_XFA_CJX_HOSTPSEUDOMODEL_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
#include "xfa/fxfa/fxfa_basic.h"
diff --git a/fxjs/xfa/cjx_instancemanager.h b/fxjs/xfa/cjx_instancemanager.h
index 74efad5ba9..c869ec3559 100644
--- a/fxjs/xfa/cjx_instancemanager.h
+++ b/fxjs/xfa/cjx_instancemanager.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_INSTANCEMANAGER_H_
#define FXJS_XFA_CJX_INSTANCEMANAGER_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_InstanceManager;
diff --git a/fxjs/xfa/cjx_layoutpseudomodel.h b/fxjs/xfa/cjx_layoutpseudomodel.h
index ecacdd1e83..b57c80cd62 100644
--- a/fxjs/xfa/cjx_layoutpseudomodel.h
+++ b/fxjs/xfa/cjx_layoutpseudomodel.h
@@ -9,7 +9,7 @@
#include <vector>
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
enum XFA_LAYOUTMODEL_HWXY {
diff --git a/fxjs/xfa/cjx_list.h b/fxjs/xfa/cjx_list.h
index 83801b7e08..90ecf697c3 100644
--- a/fxjs/xfa/cjx_list.h
+++ b/fxjs/xfa/cjx_list.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_LIST_H_
#define FXJS_XFA_CJX_LIST_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
class CXFA_List;
diff --git a/fxjs/xfa/cjx_logpseudomodel.h b/fxjs/xfa/cjx_logpseudomodel.h
index 772bf30540..a6ef871e89 100644
--- a/fxjs/xfa/cjx_logpseudomodel.h
+++ b/fxjs/xfa/cjx_logpseudomodel.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_LOGPSEUDOMODEL_H_
#define FXJS_XFA_CJX_LOGPSEUDOMODEL_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
class CScript_LogPseudoModel;
diff --git a/fxjs/xfa/cjx_manifest.h b/fxjs/xfa/cjx_manifest.h
index 75fcacdfb1..78aa5bcfd3 100644
--- a/fxjs/xfa/cjx_manifest.h
+++ b/fxjs/xfa/cjx_manifest.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_MANIFEST_H_
#define FXJS_XFA_CJX_MANIFEST_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_Manifest;
diff --git a/fxjs/xfa/cjx_model.h b/fxjs/xfa/cjx_model.h
index fae1cc7cfd..607123571e 100644
--- a/fxjs/xfa/cjx_model.h
+++ b/fxjs/xfa/cjx_model.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_MODEL_H_
#define FXJS_XFA_CJX_MODEL_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_Node;
diff --git a/fxjs/xfa/cjx_node.h b/fxjs/xfa/cjx_node.h
index f7cbce855b..224f44cc42 100644
--- a/fxjs/xfa/cjx_node.h
+++ b/fxjs/xfa/cjx_node.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_NODE_H_
#define FXJS_XFA_CJX_NODE_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
#include "fxjs/xfa/cjx_tree.h"
#include "xfa/fxfa/fxfa_basic.h"
diff --git a/fxjs/xfa/cjx_object.h b/fxjs/xfa/cjx_object.h
index 1fcd753b14..ac17a04522 100644
--- a/fxjs/xfa/cjx_object.h
+++ b/fxjs/xfa/cjx_object.h
@@ -15,7 +15,7 @@
#include "core/fxcrt/unowned_ptr.h"
#include "core/fxcrt/widestring.h"
#include "core/fxcrt/xml/cfx_xmlelement.h"
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "third_party/base/optional.h"
#include "xfa/fxfa/fxfa_basic.h"
diff --git a/fxjs/xfa/cjx_packet.h b/fxjs/xfa/cjx_packet.h
index ac1c170fdd..573ea3af75 100644
--- a/fxjs/xfa/cjx_packet.h
+++ b/fxjs/xfa/cjx_packet.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_PACKET_H_
#define FXJS_XFA_CJX_PACKET_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_Packet;
diff --git a/fxjs/xfa/cjx_signaturepseudomodel.h b/fxjs/xfa/cjx_signaturepseudomodel.h
index 88f90fb33a..0aecfa57a0 100644
--- a/fxjs/xfa/cjx_signaturepseudomodel.h
+++ b/fxjs/xfa/cjx_signaturepseudomodel.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_SIGNATUREPSEUDOMODEL_H_
#define FXJS_XFA_CJX_SIGNATUREPSEUDOMODEL_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
class CScript_SignaturePseudoModel;
diff --git a/fxjs/xfa/cjx_source.h b/fxjs/xfa/cjx_source.h
index de84912910..dcbdfde26d 100644
--- a/fxjs/xfa/cjx_source.h
+++ b/fxjs/xfa/cjx_source.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_SOURCE_H_
#define FXJS_XFA_CJX_SOURCE_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_Source;
diff --git a/fxjs/xfa/cjx_subform.h b/fxjs/xfa/cjx_subform.h
index a1c535b643..e982fa59b3 100644
--- a/fxjs/xfa/cjx_subform.h
+++ b/fxjs/xfa/cjx_subform.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_SUBFORM_H_
#define FXJS_XFA_CJX_SUBFORM_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_container.h"
class CXFA_Delta;
diff --git a/fxjs/xfa/cjx_template.h b/fxjs/xfa/cjx_template.h
index 2c82788153..e67b1b7495 100644
--- a/fxjs/xfa/cjx_template.h
+++ b/fxjs/xfa/cjx_template.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_TEMPLATE_H_
#define FXJS_XFA_CJX_TEMPLATE_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_model.h"
class CXFA_Template;
diff --git a/fxjs/xfa/cjx_textnode.h b/fxjs/xfa/cjx_textnode.h
index 12d44d7814..f3dbe19251 100644
--- a/fxjs/xfa/cjx_textnode.h
+++ b/fxjs/xfa/cjx_textnode.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_TEXTNODE_H_
#define FXJS_XFA_CJX_TEXTNODE_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_Node;
diff --git a/fxjs/xfa/cjx_tree.h b/fxjs/xfa/cjx_tree.h
index 9389d2ec4f..22b3acad48 100644
--- a/fxjs/xfa/cjx_tree.h
+++ b/fxjs/xfa/cjx_tree.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_TREE_H_
#define FXJS_XFA_CJX_TREE_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_object.h"
class CXFA_Object;
diff --git a/fxjs/xfa/cjx_treelist.h b/fxjs/xfa/cjx_treelist.h
index 29a95e6d74..b3f1dafc48 100644
--- a/fxjs/xfa/cjx_treelist.h
+++ b/fxjs/xfa/cjx_treelist.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_TREELIST_H_
#define FXJS_XFA_CJX_TREELIST_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_list.h"
class CXFA_TreeList;
diff --git a/fxjs/xfa/cjx_wsdlconnection.h b/fxjs/xfa/cjx_wsdlconnection.h
index d755b5d075..eb729c21ea 100644
--- a/fxjs/xfa/cjx_wsdlconnection.h
+++ b/fxjs/xfa/cjx_wsdlconnection.h
@@ -7,7 +7,7 @@
#ifndef FXJS_XFA_CJX_WSDLCONNECTION_H_
#define FXJS_XFA_CJX_WSDLCONNECTION_H_
-#include "fxjs/CJX_Define.h"
+#include "fxjs/cjx_define.h"
#include "fxjs/xfa/cjx_node.h"
class CXFA_WsdlConnection;