Searched refs:duplex_choice (Results 1 – 1 of 1) sorted by relevance
364 ppd_choice_t* duplex_choice = ppdFindMarkedChoice(ppd, kDuplex); in ParsePpdCapabilities() local365 if (!duplex_choice) { in ParsePpdCapabilities()368 duplex_choice = ppdFindChoice(option, option->defchoice); in ParsePpdCapabilities()371 if (duplex_choice) { in ParsePpdCapabilities()373 if (base::strcasecmp(duplex_choice->choice, kDuplexNone) != 0) in ParsePpdCapabilities()