Searched refs:DeleteMatch (Results 1 – 8 of 8) sorted by relevance
204 TEST_F(HistoryContentsProviderTest, DeleteMatch) { in TEST_F() argument215 provider()->DeleteMatch(m[0]); in TEST_F()237 provider()->DeleteMatch(m[0]); in TEST_F()
24 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
38 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
416 virtual void DeleteMatch(const AutocompleteMatch& match);667 void DeleteMatch(const AutocompleteMatch& match);
25 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) { in DeleteMatch() function in HistoryProvider
210 autocomplete_controller()->DeleteMatch(match); in TryDeletingCurrentItem()
508 void AutocompleteProvider::DeleteMatch(const AutocompleteMatch& match) { in DeleteMatch() function in AutocompleteProvider898 void AutocompleteController::DeleteMatch(const AutocompleteMatch& match) { in DeleteMatch() function in AutocompleteController900 match.provider->DeleteMatch(match); // This may synchronously call back to in DeleteMatch()
86 void HistoryQuickProvider::DeleteMatch(const AutocompleteMatch& match) {} in DeleteMatch() function in HistoryQuickProvider