Home
last modified time | relevance | path

Searched refs:GetValidationCacheKey (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dnacl_browser.h103 const std::string& GetValidationCacheKey() const { in GetValidationCacheKey() function
104 return validation_cache_.GetValidationCacheKey(); in GetValidationCacheKey()
H A Dnacl_validation_cache_unittest.cc34 if (a.GetValidationCacheKey() != b.GetValidationCacheKey()) in IsIdentical()
H A Dnacl_validation_cache.h31 const std::string& GetValidationCacheKey() const { in GetValidationCacheKey() function
H A Dnacl_process_host.cc500 params.validation_cache_key = nacl_browser->GetValidationCacheKey(); in StartNaClExecution()