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

Side by Side Diff: xfa/fxfa/app/xfa_ffwidgetacc.cpp

Issue 2380713005: Move fxjs/include to fxjs (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/app/xfa_ffnotify.cpp ('k') | xfa/fxfa/fm2js/xfa_fm2jscontext.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 #include "xfa/fxfa/app/xfa_ffwidgetacc.h" 7 #include "xfa/fxfa/app/xfa_ffwidgetacc.h"
8 8
9 #include <algorithm> 9 #include <algorithm>
10 #include <memory> 10 #include <memory>
11 11
12 #include "fxjs/include/cfxjse_value.h" 12 #include "fxjs/cfxjse_value.h"
13 #include "xfa/fde/tto/fde_textout.h" 13 #include "xfa/fde/tto/fde_textout.h"
14 #include "xfa/fde/xml/fde_xml_imp.h" 14 #include "xfa/fde/xml/fde_xml_imp.h"
15 #include "xfa/fxfa/app/xfa_ffcheckbutton.h" 15 #include "xfa/fxfa/app/xfa_ffcheckbutton.h"
16 #include "xfa/fxfa/app/xfa_ffchoicelist.h" 16 #include "xfa/fxfa/app/xfa_ffchoicelist.h"
17 #include "xfa/fxfa/app/xfa_fffield.h" 17 #include "xfa/fxfa/app/xfa_fffield.h"
18 #include "xfa/fxfa/app/xfa_fwladapter.h" 18 #include "xfa/fxfa/app/xfa_fwladapter.h"
19 #include "xfa/fxfa/app/xfa_textlayout.h" 19 #include "xfa/fxfa/app/xfa_textlayout.h"
20 #include "xfa/fxfa/include/cxfa_eventparam.h" 20 #include "xfa/fxfa/include/cxfa_eventparam.h"
21 #include "xfa/fxfa/include/xfa_ffapp.h" 21 #include "xfa/fxfa/include/xfa_ffapp.h"
22 #include "xfa/fxfa/include/xfa_ffdoc.h" 22 #include "xfa/fxfa/include/xfa_ffdoc.h"
(...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 if (pIDNode) { 1687 if (pIDNode) {
1688 pEmbAcc = static_cast<CXFA_WidgetAcc*>(pIDNode->GetWidgetData()); 1688 pEmbAcc = static_cast<CXFA_WidgetAcc*>(pIDNode->GetWidgetData());
1689 } 1689 }
1690 if (pEmbAcc) { 1690 if (pEmbAcc) {
1691 pEmbAcc->GetValue(wsValue, XFA_VALUEPICTURE_Display); 1691 pEmbAcc->GetValue(wsValue, XFA_VALUEPICTURE_Display);
1692 return TRUE; 1692 return TRUE;
1693 } 1693 }
1694 } 1694 }
1695 return FALSE; 1695 return FALSE;
1696 } 1696 }
OLDNEW
« no previous file with comments | « xfa/fxfa/app/xfa_ffnotify.cpp ('k') | xfa/fxfa/fm2js/xfa_fm2jscontext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698