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

  /external/chromium_org/chrome/browser/autocomplete/
search_provider.cc 541 NavigationResults::iterator nav_it = navigation_results->begin(); local
543 (nav_it != navigation_results->end())) {
547 (nav_it != navigation_results->end()) ? nav_it->relevance() : -1;
558 const bool nav_inlineable = nav_it->IsInlineable(input);
562 nav_it = navigation_results->erase(nav_it);
567 if (nav_it->IsInlineable(input))
569 nav_it = navigation_results->erase(nav_it);
    [all...]
search_provider_unittest.cc 3424 SearchProvider::NavigationResults::const_iterator nav_it = local
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.cc 504 NavigationMap::const_iterator nav_it = local
506 if (nav_it == inflight_navigations_.end()) {
520 *(nav_it->second),
530 *(nav_it->second),
    [all...]

Completed in 38 milliseconds