OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGreyscale
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/printing/
print_job_constants.cc
155
const char
kGreyscale
[] = "Greyscale";
print_job_constants.h
72
PRINTING_EXPORT extern const char
kGreyscale
[];
print_settings.cc
88
color_value->assign(
kGreyscale
);
/external/chromium_org/printing/backend/
cups_helper.cc
267
if (ppdFindChoice(color_mode_option, printing::
kGreyscale
))
278
(base::strcasecmp(mode_choice->choice, printing::
kGreyscale
) != 0);
Completed in 899 milliseconds