Searched refs:cert_error_dict (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate.cc237 base::DictionaryValue* cert_error_dict = NULL; // Will be owned by dict local
239 !dict->GetDictionary(kSSLCertDecisionCertErrorMapKey, &cert_error_dict)) {
243 cert_error_dict = new base::DictionaryValue();
244 // dict takes ownership of cert_error_dict
245 dict->Set(kSSLCertDecisionCertErrorMapKey, cert_error_dict);
248 return cert_error_dict;
341 base::DictionaryValue* cert_error_dict; // Owned by value local
342 cert_error_dict = GetValidCertDecisionsDict(
344 if (!cert_error_dict) {
351 success = cert_error_dict
[all...]

Completed in 123 milliseconds