HomeSort by relevance Sort by last modified time
    Searched refs:CUSTOM_MARGINS (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/printing/
print_job_constants.h 139 CUSTOM_MARGINS,
140 MARGIN_TYPE_LAST = CUSTOM_MARGINS
print_settings.cc 179 case CUSTOM_MARGINS: {
220 margin_type_ = CUSTOM_MARGINS;
printing_context.cc 32 DCHECK(type != CUSTOM_MARGINS);
print_settings_conversion.cc 26 const base::DictionaryValue* custom_margins; local
27 if (!settings.GetDictionary(kSettingMarginsCustom, &custom_margins) ||
28 !custom_margins->GetDouble(kSettingMarginTop,
30 !custom_margins->GetDouble(kSettingMarginBottom,
32 !custom_margins->GetDouble(kSettingMarginLeft,
34 !custom_margins->GetDouble(kSettingMarginRight,
126 margin_type != CUSTOM_MARGINS &&
132 if (margin_type == CUSTOM_MARGINS) {
  /external/chromium_org/components/cloud_devices/common/
printer_description_unittest.cc 354 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));
printer_description.h 68 CUSTOM_MARGINS,
printer_description.cc 132 {CUSTOM_MARGINS, kTypeMarginsCustom},
  /external/chromium_org/chrome/renderer/printing/
mock_printer.cc 35 } else if (margins_type == printing::CUSTOM_MARGINS) {
print_web_view_helper_browsertest.cc 762 dict.SetInteger(kSettingMarginsType, CUSTOM_MARGINS);
    [all...]

Completed in 104 milliseconds