Searched defs:printer_name_to_use (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_win.cc62 LPTSTR printer_name_to_use = NULL; local
66 printer_name_to_use = const_cast<LPTSTR>(printer_name_wide.c_str());
69 if (printer_.OpenPrinter(printer_name_to_use)) {

Completed in 92 milliseconds