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

  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 217 const Prefix* best_prefix = BestPrefix(j->url(), string16()); local
218 DCHECK(best_prefix != NULL);
221 i->num_components >= best_prefix->num_components));
332 const Prefix* best_prefix = BestPrefix(match.destination_url, input.text()); local
336 const size_t match_location = (best_prefix == NULL) ?
337 string16::npos : best_prefix->prefix.length() - offset;
654 const Prefix* best_prefix = NULL; local
658 if ((best_prefix == NULL) ||
659 (i->num_components > best_prefix->num_components)) {
663 best_prefix = &(*i)
    [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
i386_parse.y     [all...]

Completed in 108 milliseconds