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

Side by Side Diff: xfa/fxfa/app/xfa_fwltheme.h

Issue 2559173002: Move xfa/fwl/core to xfa/fwl. (Closed)
Patch Set: Created 4 years 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/app/xfa_fwladapter.h ('k') | xfa/fxfa/app/xfa_fwltheme.cpp » ('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_APP_XFA_FWLTHEME_H_ 7 #ifndef XFA_FXFA_APP_XFA_FWLTHEME_H_
8 #define XFA_FXFA_APP_XFA_FWLTHEME_H_ 8 #define XFA_FXFA_APP_XFA_FWLTHEME_H_
9 9
10 #include <memory> 10 #include <memory>
11 11
12 #include "xfa/fwl/core/ifwl_themeprovider.h" 12 #include "xfa/fwl/ifwl_themeprovider.h"
13 #include "xfa/fwl/theme/cfwl_barcodetp.h" 13 #include "xfa/fwl/theme/cfwl_barcodetp.h"
14 #include "xfa/fwl/theme/cfwl_carettp.h" 14 #include "xfa/fwl/theme/cfwl_carettp.h"
15 #include "xfa/fwl/theme/cfwl_checkboxtp.h" 15 #include "xfa/fwl/theme/cfwl_checkboxtp.h"
16 #include "xfa/fwl/theme/cfwl_comboboxtp.h" 16 #include "xfa/fwl/theme/cfwl_comboboxtp.h"
17 #include "xfa/fwl/theme/cfwl_datetimepickertp.h" 17 #include "xfa/fwl/theme/cfwl_datetimepickertp.h"
18 #include "xfa/fwl/theme/cfwl_edittp.h" 18 #include "xfa/fwl/theme/cfwl_edittp.h"
19 #include "xfa/fwl/theme/cfwl_listboxtp.h" 19 #include "xfa/fwl/theme/cfwl_listboxtp.h"
20 #include "xfa/fwl/theme/cfwl_monthcalendartp.h" 20 #include "xfa/fwl/theme/cfwl_monthcalendartp.h"
21 #include "xfa/fwl/theme/cfwl_pictureboxtp.h" 21 #include "xfa/fwl/theme/cfwl_pictureboxtp.h"
22 #include "xfa/fwl/theme/cfwl_pushbuttontp.h" 22 #include "xfa/fwl/theme/cfwl_pushbuttontp.h"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 CFGAS_GEFont* m_pCalendarFont; 55 CFGAS_GEFont* m_pCalendarFont;
56 CFX_WideString m_wsResource; 56 CFX_WideString m_wsResource;
57 CXFA_FFApp* const m_pApp; 57 CXFA_FFApp* const m_pApp;
58 CFX_RectF m_Rect; 58 CFX_RectF m_Rect;
59 CFX_SizeF m_SizeAboveBelow; 59 CFX_SizeF m_SizeAboveBelow;
60 }; 60 };
61 61
62 CXFA_FFWidget* XFA_ThemeGetOuterWidget(CFWL_Widget* pWidget); 62 CXFA_FFWidget* XFA_ThemeGetOuterWidget(CFWL_Widget* pWidget);
63 63
64 #endif // XFA_FXFA_APP_XFA_FWLTHEME_H_ 64 #endif // XFA_FXFA_APP_XFA_FWLTHEME_H_
OLDNEW
« no previous file with comments | « xfa/fxfa/app/xfa_fwladapter.h ('k') | xfa/fxfa/app/xfa_fwltheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698