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

Side by Side Diff: xfa/fxfa/parser/xfa_utils.h

Issue 2383593002: Move xfa/fxfa/include to xfa/fxfa (Closed)
Patch Set: Rebase to master Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « xfa/fxfa/parser/xfa_resolvenode_rs.h ('k') | xfa/fxfa/xfa_checksum.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #ifndef XFA_FXFA_PARSER_XFA_UTILS_H_ 7 #ifndef XFA_FXFA_PARSER_XFA_UTILS_H_
8 #define XFA_FXFA_PARSER_XFA_UTILS_H_ 8 #define XFA_FXFA_PARSER_XFA_UTILS_H_
9 9
10 #include "xfa/fde/xml/fde_xml.h" 10 #include "xfa/fde/xml/fde_xml.h"
11 #include "xfa/fgas/crt/fgas_stream.h" 11 #include "xfa/fgas/crt/fgas_stream.h"
12 #include "xfa/fgas/crt/fgas_utils.h" 12 #include "xfa/fgas/crt/fgas_utils.h"
13 #include "xfa/fxfa/include/fxfa_basic.h" 13 #include "xfa/fxfa/fxfa_basic.h"
14 14
15 class CFDE_XMLElement; 15 class CFDE_XMLElement;
16 class CFDE_XMLNode; 16 class CFDE_XMLNode;
17 class CXFA_LocaleValue; 17 class CXFA_LocaleValue;
18 class CXFA_Node; 18 class CXFA_Node;
19 class CXFA_WidgetData; 19 class CXFA_WidgetData;
20 20
21 FX_BOOL XFA_FDEExtension_ResolveNamespaceQualifier( 21 FX_BOOL XFA_FDEExtension_ResolveNamespaceQualifier(
22 CFDE_XMLElement* pNode, 22 CFDE_XMLElement* pNode,
23 const CFX_WideStringC& wsQualifier, 23 const CFX_WideStringC& wsQualifier,
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 XFA_ATTRIBUTETYPE eType, 203 XFA_ATTRIBUTETYPE eType,
204 uint32_t dwPacket); 204 uint32_t dwPacket);
205 const XFA_ATTRIBUTEINFO* XFA_GetAttributeByName(const CFX_WideStringC& wsName); 205 const XFA_ATTRIBUTEINFO* XFA_GetAttributeByName(const CFX_WideStringC& wsName);
206 const XFA_ATTRIBUTEINFO* XFA_GetAttributeByID(XFA_ATTRIBUTE eName); 206 const XFA_ATTRIBUTEINFO* XFA_GetAttributeByID(XFA_ATTRIBUTE eName);
207 const XFA_ATTRIBUTEENUMINFO* XFA_GetAttributeEnumByName( 207 const XFA_ATTRIBUTEENUMINFO* XFA_GetAttributeEnumByName(
208 const CFX_WideStringC& wsName); 208 const CFX_WideStringC& wsName);
209 const XFA_PACKETINFO* XFA_GetPacketByIndex(XFA_PACKET ePacket); 209 const XFA_PACKETINFO* XFA_GetPacketByIndex(XFA_PACKET ePacket);
210 const XFA_PACKETINFO* XFA_GetPacketByID(uint32_t dwPacket); 210 const XFA_PACKETINFO* XFA_GetPacketByID(uint32_t dwPacket);
211 211
212 #endif // XFA_FXFA_PARSER_XFA_UTILS_H_ 212 #endif // XFA_FXFA_PARSER_XFA_UTILS_H_
OLDNEW
« no previous file with comments | « xfa/fxfa/parser/xfa_resolvenode_rs.h ('k') | xfa/fxfa/xfa_checksum.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698