Searched refs:error_dict (Results 1 – 4 of 4) sorted by relevance
171 base::DictionaryValue* error_dict = NULL; in ParseResponse() local172 if (dict->GetDictionary(kErrorParam, &error_dict)) in ParseResponse()173 error_dict->GetInteger(kErrorCodeParam, &error_code); in ParseResponse()
194 NSMutableDictionary* error_dict =197 [error_dict setObject:bundle_id forKey:@"bundle_id"];200 [error_dict setObject:version forKey:@"version"];203 [error_dict setObject:path forKey:@"path"];208 [error_dict setObject:url_absolute_string forKey:@"url"];214 base::mac::NSToCFCast(error_dict));
27 base::DictionaryValue* error_dict; in ParseInspectorError() local28 if (!error || !error->GetAsDictionary(&error_dict)) in ParseInspectorError()31 if (error_dict->GetString("message", &error_message) && in ParseInspectorError()
271 const base::DictionaryValue* error_dict; in ParseResponse() local272 if (response_dict->GetDictionary(kErrorParam, &error_dict)) { in ParseResponse()