Searched refs:kSettingColor (Results 1 – 6 of 6) sorted by relevance
28 const char kSettingColor[] = "color"; variable
89 !job_settings.GetInteger(kSettingColor, &color) || in InitSettings()
19 PRINTING_EXPORT extern const char kSettingColor[];
173 !job_settings.GetInteger(printing::kSettingColor, NULL) || in OnUpdatePrintSettings()
235 if (settings.GetInteger(printing::kSettingColor, &color_mode)) { in ReportPrintSettingsStats()1344 if (!settings->GetInteger(printing::kSettingColor, &color)) { in ConvertColorSettingToCUPSColorModel()1351 settings->SetInteger(printing::kSettingColor, in ConvertColorSettingToCUPSColorModel()1359 settings->SetInteger(printing::kSettingColor, color_model); in ConvertColorSettingToCUPSColorModel()
87 dict->SetInteger(kSettingColor, GRAY); in CreatePrintSettingsDictionary()