Searched refs:SupportsDeletion (Results 1 – 6 of 6) sorted by relevance
107 TEST(AutocompleteMatchTest, SupportsDeletion) { in TEST() argument111 EXPECT_FALSE(m.SupportsDeletion()); in TEST()116 EXPECT_TRUE(m1.SupportsDeletion()); in TEST()123 EXPECT_FALSE(m.SupportsDeletion()); in TEST()128 EXPECT_TRUE(m.SupportsDeletion()); in TEST()
240 bool SupportsDeletion() const;
471 bool AutocompleteMatch::SupportsDeletion() const { in SupportsDeletion() function in AutocompleteMatch
351 DCHECK(match.SupportsDeletion()); in DeleteMatch()
221 if (match.SupportsDeletion()) { in TryDeletingCurrentItem()
249 if (match.SupportsDeletion()) in DeleteSuggestion()471 match.SupportsDeletion()); in BuildOmniboxSuggestion()