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

Side by Side Diff: fpdfsdk/include/javascript/app.h

Issue 426763003: Remove a few unused variables, functions, and member variables. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years, 4 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/formfiller/FFL_TextField.h ('k') | fpdfsdk/include/pdfwindow/PWL_Note.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 _APP_H_ 7 #ifndef _APP_H_
8 #define _APP_H_ 8 #define _APP_H_
9 9
10 class CJS_Runtime; 10 class CJS_Runtime;
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 160
161 public: 161 public:
162 static CFX_WideString SysPathToPDFPath(const CFX_WideString& s OldPath); 162 static CFX_WideString SysPathToPDFPath(const CFX_WideString& s OldPath);
163 static CFX_WideString PDFPathToSysPath(const CFX_WideString& s OldPath); 163 static CFX_WideString PDFPathToSysPath(const CFX_WideString& s OldPath);
164 static CFX_WideString RelativePathToSysPath(const CFX_WideStri ng& sOldPath, const CFX_WideString& sFilePath); 164 static CFX_WideString RelativePathToSysPath(const CFX_WideStri ng& sOldPath, const CFX_WideString& sFilePath);
165 165
166 166
167 private: 167 private:
168 168
169 bool m_bCalculate; 169 bool m_bCalculate;
170 CJS_Runtime* m_pRuntime;
171 bool m_bRuntimeHighLight; 170 bool m_bRuntimeHighLight;
172 171
173 CFX_ArrayTemplate<CJS_Timer*> m_aTimer; 172 CFX_ArrayTemplate<CJS_Timer*> m_aTimer;
174 // APP_MENU* m_pMenuHead; 173 // APP_MENU* m_pMenuHead;
175 174
176 public: 175 public:
177 // static CReader_App* s_App; 176 // static CReader_App* s_App;
178 }; 177 };
179 178
180 class CJS_App : public CJS_Object 179 class CJS_App : public CJS_Object
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 JS_STATIC_METHOD(openFDF, app); 215 JS_STATIC_METHOD(openFDF, app);
217 JS_STATIC_METHOD(popUpMenuEx, app); 216 JS_STATIC_METHOD(popUpMenuEx, app);
218 JS_STATIC_METHOD(popUpMenu, app); 217 JS_STATIC_METHOD(popUpMenu, app);
219 JS_STATIC_METHOD(response, app); 218 JS_STATIC_METHOD(response, app);
220 JS_STATIC_METHOD(setInterval, app); 219 JS_STATIC_METHOD(setInterval, app);
221 JS_STATIC_METHOD(setTimeOut, app); 220 JS_STATIC_METHOD(setTimeOut, app);
222 221
223 }; 222 };
224 223
225 #endif //_APP_H_ 224 #endif //_APP_H_
OLDNEW
« no previous file with comments | « fpdfsdk/include/formfiller/FFL_TextField.h ('k') | fpdfsdk/include/pdfwindow/PWL_Note.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698