Home
last modified time | relevance | path

Searched refs:duplex_choice (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/printing/backend/
Dcups_helper.cc377 ppd_choice_t* duplex_choice = ppdFindMarkedChoice(ppd, kDuplex); in ParsePpdCapabilities() local
378 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()