Searched refs:best_candidate (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/
H A Dresizing_host_observer.cc160 CandidateResolution best_candidate(resolutions.front(), resolution);
164 if (candidate.IsBetterThan(best_candidate)) {
165 best_candidate = candidate;
171 if (!best_candidate.resolution().Equals(current_resolution)) {
174 desktop_resizer_->SetResolution(best_candidate.resolution());
/external/chromium_org/content/browser/appcache/
H A Dmock_appcache_storage.cc265 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
260 MaybeTakeNewNamespaceEntry( AppCacheNamespaceType namespace_type, const AppCacheEntry &entry, const GURL& namespace_url, bool cache_is_in_use, FoundCandidate* best_candidate, GURL* best_candidate_namespace, AppCache* cache, AppCacheGroup* group) argument
[all...]
/external/chromium_org/components/favicon_base/
H A Dfavicon_util.cc42 scoped_refptr<base::RefCountedMemory> best_candidate; local
47 best_candidate = png_data[i].bitmap_data;
50 png_reps.push_back(gfx::ImagePNGRep(best_candidate, 1.0f));
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree_base.cc174 Node* best_candidate = NULL; local
179 best_candidate = LeastOverlapIncrease(node->rect(), expanded_rects);
184 if (!best_candidate)
185 best_candidate = LeastAreaEnlargement(node->rect(), expanded_rects);
187 DCHECK(best_candidate);
188 return best_candidate->ChooseSubtree(node);
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc813 Config* best_candidate = configs[0]; local
818 if (config->primary_time.IsAfter(best_candidate->primary_time)) {
819 best_candidate = config;
827 scoped_refptr<Config> new_primary(best_candidate);
857 scoped_refptr<Config> new_primary(best_candidate);

Completed in 569 milliseconds