Home
last modified time | relevance | path

Searched refs:to_hash (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/mojo/tools/pylib/
Dtransitive_hash.py53 to_hash = [filename]
54 while to_hash:
55 current_filename = realpath(to_hash.pop())
62 to_hash.extend(_get_dependencies(current_filename))
/external/chromium_org/chrome/service/cloud_print/
Dprint_system_cups.cc231 std::string to_hash; in GetPrintersHash() local
233 to_hash += printers[i]; in GetPrintersHash()
235 return base::MD5String(to_hash); in GetPrintersHash()
345 std::string to_hash(info.printer_name); in GetSettingsHash() local
346 to_hash += info.printer_description; in GetSettingsHash()
349 to_hash += it->first; in GetSettingsHash()
350 to_hash += it->second; in GetSettingsHash()
353 to_hash += caps.printer_capabilities; in GetSettingsHash()
354 to_hash += caps.caps_mime_type; in GetSettingsHash()
355 to_hash += caps.printer_defaults; in GetSettingsHash()
[all …]