Home | History | Annotate | Download | only in appcache

Lines Matching refs:best_candidate

265     FoundCandidate* best_candidate,
274 if (best_candidate->entry.has_response_id()) {
284 cache_is_in_use && !best_candidate->is_cache_in_use) {
293 best_candidate->namespace_entry_url =
296 best_candidate->namespace_entry_url =
299 best_candidate->entry = entry;
300 best_candidate->cache_id = cache->cache_id();
301 best_candidate->group_id = group->group_id();
302 best_candidate->manifest_url = group->manifest_url();
303 best_candidate->is_cache_in_use = cache_is_in_use;