HomeSort by relevance Sort by last modified time
    Searched full:best_candidate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/appcache/
mock_appcache_storage.cc 255 FoundCandidate* best_candidate,
264 if (best_candidate->entry.has_response_id()) {
274 cache_is_in_use && !best_candidate->is_cache_in_use) {
283 best_candidate->namespace_entry_url =
286 best_candidate->namespace_entry_url =
289 best_candidate->entry = entry;
290 best_candidate->cache_id = cache->cache_id();
291 best_candidate->group_id = group->group_id();
292 best_candidate->manifest_url = group->manifest_url();
293 best_candidate->is_cache_in_use = cache_is_in_use
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_util.cc 37 scoped_refptr<base::RefCountedMemory> best_candidate; local
42 best_candidate = png_data[i].bitmap_data;
45 png_reps.push_back(gfx::ImagePNGRep(best_candidate,

Completed in 156 milliseconds