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

Side by Side Diff: printing/print_job_constants.h

Issue 59843010: Print to Privet local printers (PDF only) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « cloud_print/gcp20/prototype/print_job_handler.cc ('k') | printing/print_job_constants.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium 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 #ifndef PRINTING_PRINT_JOB_CONSTANTS_H_ 5 #ifndef PRINTING_PRINT_JOB_CONSTANTS_H_
6 #define PRINTING_PRINT_JOB_CONSTANTS_H_ 6 #define PRINTING_PRINT_JOB_CONSTANTS_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "printing/printing_export.h" 9 #include "printing/printing_export.h"
10 10
(...skipping 30 matching lines...) Expand all
41 PRINTING_EXPORT extern const char kSettingPageRange[]; 41 PRINTING_EXPORT extern const char kSettingPageRange[];
42 PRINTING_EXPORT extern const char kSettingPageRangeFrom[]; 42 PRINTING_EXPORT extern const char kSettingPageRangeFrom[];
43 PRINTING_EXPORT extern const char kSettingPageRangeTo[]; 43 PRINTING_EXPORT extern const char kSettingPageRangeTo[];
44 PRINTING_EXPORT extern const char kSettingPreviewModifiable[]; 44 PRINTING_EXPORT extern const char kSettingPreviewModifiable[];
45 PRINTING_EXPORT extern const char kSettingPrintableAreaX[]; 45 PRINTING_EXPORT extern const char kSettingPrintableAreaX[];
46 PRINTING_EXPORT extern const char kSettingPrintableAreaY[]; 46 PRINTING_EXPORT extern const char kSettingPrintableAreaY[];
47 PRINTING_EXPORT extern const char kSettingPrintableAreaWidth[]; 47 PRINTING_EXPORT extern const char kSettingPrintableAreaWidth[];
48 PRINTING_EXPORT extern const char kSettingPrintableAreaHeight[]; 48 PRINTING_EXPORT extern const char kSettingPrintableAreaHeight[];
49 PRINTING_EXPORT extern const char kSettingPrinterName[]; 49 PRINTING_EXPORT extern const char kSettingPrinterName[];
50 PRINTING_EXPORT extern const char kSettingPrintToPDF[]; 50 PRINTING_EXPORT extern const char kSettingPrintToPDF[];
51 PRINTING_EXPORT extern const char kSettingPrintWithPrivet[];
52 PRINTING_EXPORT extern const char kSettingTicket[];
51 PRINTING_EXPORT extern const char kSettingShouldPrintBackgrounds[]; 53 PRINTING_EXPORT extern const char kSettingShouldPrintBackgrounds[];
52 PRINTING_EXPORT extern const char kSettingShouldPrintSelectionOnly[]; 54 PRINTING_EXPORT extern const char kSettingShouldPrintSelectionOnly[];
53 55
54 PRINTING_EXPORT extern const int FIRST_PAGE_INDEX; 56 PRINTING_EXPORT extern const int FIRST_PAGE_INDEX;
55 PRINTING_EXPORT extern const int COMPLETE_PREVIEW_DOCUMENT_INDEX; 57 PRINTING_EXPORT extern const int COMPLETE_PREVIEW_DOCUMENT_INDEX;
56 PRINTING_EXPORT extern const char kSettingOpenPDFInPreview[]; 58 PRINTING_EXPORT extern const char kSettingOpenPDFInPreview[];
57 59
58 #if defined (USE_CUPS) 60 #if defined (USE_CUPS)
59 // Printer color models 61 // Printer color models
60 PRINTING_EXPORT extern const char kBlack[]; 62 PRINTING_EXPORT extern const char kBlack[];
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 enum MarginType { 126 enum MarginType {
125 DEFAULT_MARGINS, // Default varies depending on headers being enabled or not 127 DEFAULT_MARGINS, // Default varies depending on headers being enabled or not
126 NO_MARGINS, 128 NO_MARGINS,
127 PRINTABLE_AREA_MARGINS, 129 PRINTABLE_AREA_MARGINS,
128 CUSTOM_MARGINS, 130 CUSTOM_MARGINS,
129 }; 131 };
130 132
131 } // namespace printing 133 } // namespace printing
132 134
133 #endif // PRINTING_PRINT_JOB_CONSTANTS_H_ 135 #endif // PRINTING_PRINT_JOB_CONSTANTS_H_
OLDNEW
« no previous file with comments | « cloud_print/gcp20/prototype/print_job_handler.cc ('k') | printing/print_job_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698