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 399 NavigationResults::iterator nav_it = navigation_results->begin(); local
401 (nav_it != navigation_results->end())) {
405 (nav_it != navigation_results->end()) ? nav_it->relevance() : -1;
416 const bool nav_inlineable = nav_it->IsInlineable(input);
420 nav_it = navigation_results->erase(nav_it);
425 if (nav_it->IsInlineable(input))
427 nav_it = navigation_results->erase(nav_it);
    [all...]
search_provider_unittest.cc 2472 SearchProvider::NavigationResults::const_iterator nav_it = local
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor.cc 544 NavigationMap::const_iterator nav_it = local
546 if (nav_it == inflight_navigations_.end()) {
560 *(nav_it->second),
570 *(nav_it->second),
    [all...]

Completed in 61 milliseconds