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

Side by Side Diff: fpdfsdk/include/fsdk_mgr.h

Issue 1805603002: core/include/fdpfapi cleanup Part I. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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 unified diff | Download patch
« no previous file with comments | « fpdfsdk/include/fsdk_define.h ('k') | fpdfsdk/include/fsdk_rendercontext.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 FPDFSDK_INCLUDE_FSDK_MGR_H_ 7 #ifndef FPDFSDK_INCLUDE_FSDK_MGR_H_
8 #define FPDFSDK_INCLUDE_FSDK_MGR_H_ 8 #define FPDFSDK_INCLUDE_FSDK_MGR_H_
9 9
10 #include <map> 10 #include <map>
11 #include <memory> 11 #include <memory>
12 #include <vector> 12 #include <vector>
13 13
14 #include "core/include/fpdfapi/cpdf_document.h" 14 #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h"
15 #include "fpdfsdk/include/fsdk_actionhandler.h" 15 #include "fpdfsdk/include/fsdk_actionhandler.h"
16 #include "fpdfsdk/include/fsdk_annothandler.h" 16 #include "fpdfsdk/include/fsdk_annothandler.h"
17 #include "fpdfsdk/include/fsdk_baseannot.h" 17 #include "fpdfsdk/include/fsdk_baseannot.h"
18 #include "fpdfsdk/include/fsdk_baseform.h" 18 #include "fpdfsdk/include/fsdk_baseform.h"
19 #include "fpdfsdk/include/fsdk_common.h" 19 #include "fpdfsdk/include/fsdk_common.h"
20 #include "fpdfsdk/include/fsdk_define.h" 20 #include "fpdfsdk/include/fsdk_define.h"
21 #include "fpdfsdk/include/fx_systemhandler.h" 21 #include "fpdfsdk/include/fx_systemhandler.h"
22 #include "javascript/IJavaScript.h" 22 #include "javascript/IJavaScript.h"
23 #include "public/fpdf_formfill.h" 23 #include "public/fpdf_formfill.h"
24 #include "public/fpdf_fwlevent.h" 24 #include "public/fpdf_fwlevent.h"
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 FX_BOOL m_bTakeOverPage; 647 FX_BOOL m_bTakeOverPage;
648 #endif // PDF_ENABLE_XFA 648 #endif // PDF_ENABLE_XFA
649 FX_BOOL m_bEnterWidget; 649 FX_BOOL m_bEnterWidget;
650 FX_BOOL m_bExitWidget; 650 FX_BOOL m_bExitWidget;
651 FX_BOOL m_bOnWidget; 651 FX_BOOL m_bOnWidget;
652 FX_BOOL m_bValid; 652 FX_BOOL m_bValid;
653 FX_BOOL m_bLocked; 653 FX_BOOL m_bLocked;
654 }; 654 };
655 655
656 #endif // FPDFSDK_INCLUDE_FSDK_MGR_H_ 656 #endif // FPDFSDK_INCLUDE_FSDK_MGR_H_
OLDNEW
« no previous file with comments | « fpdfsdk/include/fsdk_define.h ('k') | fpdfsdk/include/fsdk_rendercontext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698