Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:nav_it

2472     SearchProvider::NavigationResults::const_iterator nav_it =
2483 ASSERT_NE(nav_end, nav_it) << "Failed to find " << suggestion;
2484 EXPECT_EQ(suggestion, nav_it->url().spec());
2485 ++nav_it;
2493 EXPECT_EQ(nav_end, nav_it);