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

  /external/chromium_org/remoting/host/
resizing_host_observer.cc 161 CandidateResolution best_candidate(resolutions.front(), resolution);
165 if (candidate.IsBetterThan(best_candidate)) {
166 best_candidate = candidate;
171 if (!best_candidate.resolution().Equals(current_resolution))
172 desktop_resizer_->SetResolution(best_candidate.resolution());
  /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 38 scoped_refptr<base::RefCountedMemory> best_candidate; local
43 best_candidate = png_data[i].bitmap_data;
46 png_reps.push_back(gfx::ImagePNGRep(best_candidate, 1.0f));

Completed in 106 milliseconds