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.cc364 ppd_choice_t* duplex_choice = ppdFindMarkedChoice(ppd, kDuplex); in ParsePpdCapabilities() local
365 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()