Searched refs:CUSTOM_MARGINS (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dapp_state.js45 CUSTOM_MARGINS: 'customMargins',
116 if (field == AppState.Field.CUSTOM_MARGINS) {
170 if (field == AppState.Field.CUSTOM_MARGINS) {
H A Dprint_ticket_store.js319 print_preview.AppState.Field.CUSTOM_MARGINS)) {
321 print_preview.AppState.Field.CUSTOM_MARGINS));
/external/chromium_org/printing/
H A Dprint_job_constants.h139 CUSTOM_MARGINS, enumerator in enum:printing::MarginType
140 MARGIN_TYPE_LAST = CUSTOM_MARGINS
H A Dprint_settings.cc179 case CUSTOM_MARGINS: {
220 margin_type_ = CUSTOM_MARGINS;
H A Dprinting_context.cc32 DCHECK(type != CUSTOM_MARGINS);
H A Dprint_settings_conversion.cc126 margin_type != CUSTOM_MARGINS &&
132 if (margin_type == CUSTOM_MARGINS) {
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/
H A Dcustom_margins.js22 print_preview.AppState.Field.CUSTOM_MARGINS,
/external/chromium_org/components/cloud_devices/common/
H A Dprinter_description_unittest.cc354 margins.AddOption(Margins(CUSTOM_MARGINS, 1, 2, 3, 4));
450 EXPECT_TRUE(margins.Contains(Margins(CUSTOM_MARGINS, 1, 2, 3, 4)));
538 margins.set_value(Margins(CUSTOM_MARGINS, 7, 6, 3, 1));
603 EXPECT_EQ(margins.value(), Margins(CUSTOM_MARGINS, 7, 6, 3, 1));
H A Dprinter_description.h68 CUSTOM_MARGINS, enumerator in enum:cloud_devices::printer::MarginsType
H A Dprinter_description.cc132 {CUSTOM_MARGINS, kTypeMarginsCustom},
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.cc35 } else if (margins_type == printing::CUSTOM_MARGINS) {
H A Dprint_web_view_helper_browsertest.cc762 dict.SetInteger(kSettingMarginsType, CUSTOM_MARGINS);

Completed in 291 milliseconds