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

Side by Side Diff: xfa/fxfa/xfa_ffpageview.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/xfa_ffdocview.h ('k') | xfa/fxfa/xfa_ffwidget.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_INCLUDE_XFA_FFPAGEVIEW_H_ 7 #ifndef XFA_FXFA_XFA_FFPAGEVIEW_H_
8 #define XFA_FXFA_INCLUDE_XFA_FFPAGEVIEW_H_ 8 #define XFA_FXFA_XFA_FFPAGEVIEW_H_
9 9
10 #include "xfa/fxfa/parser/cxfa_containerlayoutitem.h" 10 #include "xfa/fxfa/parser/cxfa_containerlayoutitem.h"
11 #include "xfa/fxfa/parser/cxfa_contentlayoutitem.h" 11 #include "xfa/fxfa/parser/cxfa_contentlayoutitem.h"
12 #include "xfa/fxfa/parser/cxfa_traversestrategy_layoutitem.h" 12 #include "xfa/fxfa/parser/cxfa_traversestrategy_layoutitem.h"
13 13
14 class CXFA_FFWidget; 14 class CXFA_FFWidget;
15 class CXFA_FFDocView; 15 class CXFA_FFDocView;
16 16
17 class CXFA_FFPageView : public CXFA_ContainerLayoutItem { 17 class CXFA_FFPageView : public CXFA_ContainerLayoutItem {
18 public: 18 public:
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 FX_BOOL& bContentArea, 98 FX_BOOL& bContentArea,
99 FX_BOOL bMarsterPage = FALSE); 99 FX_BOOL bMarsterPage = FALSE);
100 100
101 CXFA_WidgetArray m_TabOrderWidgetArray; 101 CXFA_WidgetArray m_TabOrderWidgetArray;
102 CXFA_FFPageView* m_pPageView; 102 CXFA_FFPageView* m_pPageView;
103 uint32_t m_dwFilter; 103 uint32_t m_dwFilter;
104 int32_t m_iCurWidget; 104 int32_t m_iCurWidget;
105 FX_BOOL m_bIgnorerelevant; 105 FX_BOOL m_bIgnorerelevant;
106 }; 106 };
107 107
108 #endif // XFA_FXFA_INCLUDE_XFA_FFPAGEVIEW_H_ 108 #endif // XFA_FXFA_XFA_FFPAGEVIEW_H_
OLDNEW
« no previous file with comments | « xfa/fxfa/xfa_ffdocview.h ('k') | xfa/fxfa/xfa_ffwidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698