Home | History | Annotate | Download | only in autocomplete

Lines Matching full:result_

120   AutocompleteResult result_;
205 result_.Reset();
235 result_.CopyFrom(controller_->result());
247 EXPECT_EQ(num_results_per_provider * 2, result_.size()); // two providers
248 ASSERT_NE(result_.end(), result_.default_match());
249 EXPECT_EQ(providers_[1], result_.default_match()->provider);
258 EXPECT_EQ(num_results_per_provider, result_.size());
259 for (AutocompleteResult::const_iterator i(result_.begin());
260 i != result_.end(); ++i)