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

  /external/chromium_org/chrome/service/cloud_print/
print_system_cups.cc 231 std::string to_hash; local
233 to_hash += printers[i];
235 return base::MD5String(to_hash);
345 std::string to_hash(info.printer_name);
346 to_hash += info.printer_description;
349 to_hash += it->first;
350 to_hash += it->second;
353 to_hash += caps.printer_capabilities;
354 to_hash += caps.caps_mime_type;
355 to_hash += caps.printer_defaults
    [all...]

Completed in 66 milliseconds