Searched refs:ShouldHideTopMatch (Results 1 – 7 of 7) sorted by relevance
733 TEST_F(AutocompleteResultTest, ShouldHideTopMatch) { in TEST_F() argument742 EXPECT_TRUE(result.ShouldHideTopMatch()); in TEST_F()752 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()762 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()778 EXPECT_TRUE(result.ShouldHideTopMatch()); in TEST_F()784 EXPECT_TRUE(result.ShouldHideTopMatch()); in TEST_F()791 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()804 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()842 EXPECT_FALSE(result.ShouldHideTopMatch()); in TEST_F()
123 bool ShouldHideTopMatch() const;
329 bool AutocompleteResult::ShouldHideTopMatch() const { in ShouldHideTopMatch() function in AutocompleteResult
78 const size_t start_match = result.ShouldHideTopMatch() ? 1 : 0;158 size_t start_match = model_->result().ShouldHideTopMatch() ? 1 : 0;169 size_t start_match = model_->result().ShouldHideTopMatch() ? 1 : 0;333 size_t start_match = model_->result().ShouldHideTopMatch() ? 1 : 0;
62 if ((result.ShouldHideTopMatch() || in GetMatchToPrefetch()
148 const size_t hidden_matches = model_->result().ShouldHideTopMatch() ? 1 : 0; in UpdatePopupAppearance()381 for (size_t i = model_->result().ShouldHideTopMatch() ? 1 : 0; in CalculatePopupHeight()
152 log.result.ShouldHideTopMatch()); in RecordOmniboxOpenedURL()