HomeSort by relevance Sort by last modified time
    Searched full:printer_info_str (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/common/
child_process_logging_posix.cc 116 std::string printer_info_str; local
121 printer_info_str += info[i];
123 printer_info_str.resize((i + 1) * kPrinterInfoStrLen, ' ');
125 base::strlcpy(g_printer_info, printer_info_str.c_str(),

Completed in 184 milliseconds