Home
last modified time | relevance | path

Searched refs:StrToHash32Bit (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/common/
H A Dsignatures.cc98 return FieldSignature(StrToHash32Bit(field_string)); in CalculateFieldSignatureByNameAndType()
123 uint32_t StrToHash32Bit(const std::string& str) { in StrToHash32Bit() function
H A Dsignatures.h59 uint32_t StrToHash32Bit(const std::string& str);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/common/
H A Dsignatures_util.cc98 return StrToHash32Bit(field_string); in CalculateFieldSignatureByNameAndType()
123 uint32_t StrToHash32Bit(const std::string& str) { in StrToHash32Bit() function
H A Dsignatures_util.h39 uint32_t StrToHash32Bit(const std::string& str);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dform_structure.cc444 output->set_checksum(StrToHash32Bit(data_value.data())); in EncodeRandomizedValue()