Searched refs:duplex_choice (Results 1 – 1 of 1) sorted by relevance
377 ppd_choice_t* duplex_choice = ppdFindMarkedChoice(ppd, kDuplex); in ParsePpdCapabilities() local378 if (!duplex_choice) { in ParsePpdCapabilities()381 duplex_choice = ppdFindChoice(option, option->defchoice); in ParsePpdCapabilities()384 if (duplex_choice) { in ParsePpdCapabilities()386 if (base::strcasecmp(duplex_choice->choice, kDuplexNone) != 0) in ParsePpdCapabilities()