HomeSort by relevance Sort by last modified time
    Searched refs:CreateBase64Hash (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/metrics/
metrics_log.cc 169 WriteAttribute("filename", CreateBase64Hash(plugin_name));
284 WriteAttribute("name", CreateBase64Hash(UTF16ToUTF8(iter->name)));
291 WriteAttribute("filename", CreateBase64Hash(filename_bytes));
  /external/chromium/chrome/common/
metrics_helpers.cc 204 std::string MetricsLogBase::CreateBase64Hash(const std::string& string) {
216 std::string command_hash = CreateBase64Hash(key);
401 WriteAttribute("name", CreateBase64Hash(histogram.histogram_name()));
metrics_helpers.h 88 static std::string CreateBase64Hash(const std::string& string);

Completed in 287 milliseconds