CUSTOM_MARGINS 35 chrome/renderer/mock_printer.cc } else if (margins_type == printing::CUSTOM_MARGINS) { CUSTOM_MARGINS 736 chrome/renderer/printing/print_web_view_helper_browsertest.cc dict.SetInteger(kSettingMarginsType, CUSTOM_MARGINS); CUSTOM_MARGINS 132 components/cloud_devices/printer_description.cc { CUSTOM_MARGINS, kTypeMarginsCustom }, CUSTOM_MARGINS 354 components/cloud_devices/printer_description_unittest.cc margins.AddOption(Margins(CUSTOM_MARGINS, 1, 2, 3, 4)); CUSTOM_MARGINS 450 components/cloud_devices/printer_description_unittest.cc EXPECT_TRUE(margins.Contains(Margins(CUSTOM_MARGINS, 1, 2, 3, 4))); CUSTOM_MARGINS 538 components/cloud_devices/printer_description_unittest.cc margins.set_value(Margins(CUSTOM_MARGINS, 7, 6, 3, 1)); CUSTOM_MARGINS 603 components/cloud_devices/printer_description_unittest.cc EXPECT_EQ(margins.value(), Margins(CUSTOM_MARGINS, 7, 6, 3, 1)); CUSTOM_MARGINS 136 printing/print_job_constants.h MARGIN_TYPE_LAST = CUSTOM_MARGINS CUSTOM_MARGINS 178 printing/print_settings.cc case CUSTOM_MARGINS: { CUSTOM_MARGINS 219 printing/print_settings.cc margin_type_ = CUSTOM_MARGINS; CUSTOM_MARGINS 58 printing/print_settings_initializer.cc margin_type != CUSTOM_MARGINS && CUSTOM_MARGINS 64 printing/print_settings_initializer.cc if (margin_type == CUSTOM_MARGINS) { CUSTOM_MARGINS 31 printing/printing_context.cc DCHECK(type != CUSTOM_MARGINS);