Home | History | Annotate | Download | only in predictors

Lines Matching refs:key_type

292     : key_type(i_key_type),
382 PrefetchKeyType key_type,
386 Result* result = new Result(key_type, requests);
534 ReportAccuracyStats(results_it->second->key_type,
541 PrefetchKeyType key_type;
542 if (GetPrefetchData(navigation_id, requests.get(), &key_type)) {
544 ReportPredictedAccuracyStats(key_type,
573 PrefetchKeyType* key_type) {
575 DCHECK(key_type);
577 *key_type = PREFETCH_KEY_TYPE_URL;
597 *key_type = PREFETCH_KEY_TYPE_HOST;
631 PrefetchKeyType key_type;
632 if (!GetPrefetchData(navigation_id, requests.get(), &key_type)) {
641 key_type,
790 PrefetchKeyType key_type,
810 key_type));
860 PrefetchKeyType key_type,
868 if (key_type == PREFETCH_KEY_TYPE_HOST)
879 RemoveOldestEntryInPrefetchDataMap(key_type, data_map);
883 key, PrefetchData(key_type, key))).first;
986 key_type));
988 bool is_host = key_type == PREFETCH_KEY_TYPE_HOST;
1007 PrefetchKeyType key_type,
1088 std::string histogram_type = key_type == PREFETCH_KEY_TYPE_HOST ? "Host." :
1128 PrefetchKeyType key_type,
1141 ReportPredictedAccuracyStatsHelper(key_type, predicted, actual_resources,
1143 ReportPredictedAccuracyStatsHelper(key_type, predicted, actual_resources,
1148 PrefetchKeyType key_type,
1171 std::string prefix = key_type == PREFETCH_KEY_TYPE_HOST ?