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

/external/chromium_org/printing/backend/
H A Dcups_helper.cc190 ppd_choice_t* printout_mode_choice = ppdFindMarkedChoice(ppd, kPrintoutMode); local
191 if (!printout_mode_choice) {
192 printout_mode_choice = ppdFindChoice(printout_mode,
195 if (printout_mode_choice) {
196 if ((base::strcasecmp(printout_mode_choice->choice,
198 (base::strcasecmp(printout_mode_choice->choice, kHighGray) == 0) ||
199 (base::strcasecmp(printout_mode_choice->choice, kDraftGray) == 0)) {

Completed in 50 milliseconds