Searched refs:to_hash (Results 1 – 2 of 2) sorted by relevance
53 to_hash = [filename]54 while to_hash:55 current_filename = realpath(to_hash.pop())62 to_hash.extend(_get_dependencies(current_filename))
231 std::string to_hash; in GetPrintersHash() local233 to_hash += printers[i]; in GetPrintersHash()235 return base::MD5String(to_hash); in GetPrintersHash()345 std::string to_hash(info.printer_name); in GetSettingsHash() local346 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 …]