Searched defs:best_match (Results 1 - 11 of 11) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_cache.cc88 HttpAuthCache::Entry* best_match = NULL; local
103 (!best_match || len > best_match_length)) {
105 best_match = &(*it);
108 return best_match;
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc88 // it will populate best_match with the size, source offset,
90 BlockHash::Match best_match; local
97 &best_match);
105 &best_match);
107 if (!ShouldGenerateCopyInstructionForMatchOfSize(best_match.size())) {
110 if (best_match.target_offset() > 0) {
114 coder->Add(unencoded_target_start, best_match.target_offset());
116 coder->Copy(best_match.source_offset(), best_match.size());
117 return best_match
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.cc64 bool best_match) {
112 size_t max_matches = best_match ? 1 : AutocompleteProvider::kMaxMatches;
63 DoAutocomplete(const AutocompleteInput& input, bool best_match) argument
/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc90 HttpAuthCache::Entry* best_match = NULL; local
105 (!best_match || len > best_match_length)) {
107 best_match = &(*it);
110 return best_match;
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc85 // it will populate best_match with the size, source offset,
87 BlockHash::Match best_match; local
94 &best_match);
102 &best_match);
104 if (!ShouldGenerateCopyInstructionForMatchOfSize(best_match.size())) {
107 if (best_match.target_offset() > 0) {
111 coder->Add(unencoded_target_start, best_match.target_offset());
113 coder->Copy(best_match.source_offset(), best_match.size());
114 return best_match
[all...]
/external/open-vcdiff/src/
H A Dvcdiffengine.cc85 // it will populate best_match with the size, source offset,
87 BlockHash::Match best_match; local
94 &best_match);
102 &best_match);
104 if (!ShouldGenerateCopyInstructionForMatchOfSize(best_match.size())) {
107 if (best_match.target_offset() > 0) {
111 coder->Add(unencoded_target_start, best_match.target_offset());
113 coder->Copy(best_match.source_offset(), best_match.size());
114 return best_match
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_field.cc44 base::string16 best_match; local
49 best_match = field->option_values[i];
57 best_match = field->option_values[i];
61 if (best_match.empty())
64 field->value = best_match;
/external/chromium_org/net/quic/crypto/
H A Dstrike_register.cc151 const uint8* best_match = external_node(best_match_index); local
152 if (memcmp(best_match, value, sizeof(value)) == 0) {
167 best_match = external_node(best_match_index);
170 // Now we need to find the first bit where we differ from |best_match|.
174 new_other_bits = value[differing_byte] ^ best_match[differing_byte];
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_mac.cc422 PasswordForm* best_match = BestKeychainFormForForm(*db_form, local
424 if (best_match) {
425 used_keychain_forms.insert(best_match);
426 db_form->password_value = best_match->password_value;
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac.cc438 PasswordForm* best_match = BestKeychainFormForForm(*db_form, local
440 if (best_match) {
441 used_keychain_forms.insert(best_match);
442 db_form->password_value = best_match->password_value;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 885 milliseconds