Searched refs:marked_choice (Results 1 – 1 of 1) sorted by relevance
149 ppd_choice_t* marked_choice = ppdFindMarkedChoice(ppd, kColorModel); in GetBasicColorModelSettings() local150 if (!marked_choice) in GetBasicColorModelSettings()151 marked_choice = ppdFindChoice(color_model, color_model->defchoice); in GetBasicColorModelSettings()153 if (marked_choice) { in GetBasicColorModelSettings()155 (base::strcasecmp(marked_choice->choice, printing::kBlack) != 0) && in GetBasicColorModelSettings()156 (base::strcasecmp(marked_choice->choice, printing::kGray) != 0) && in GetBasicColorModelSettings()157 (base::strcasecmp(marked_choice->choice, printing::kGrayscale) != 0); in GetBasicColorModelSettings()