HomeSort by relevance Sort by last modified time
    Searched refs:DeleteMatch (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/autocomplete/
history_provider.h 24 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
history_quick_provider.h 38 virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
history_contents_provider_unittest.cc 204 TEST_F(HistoryContentsProviderTest, DeleteMatch) {
215 provider()->DeleteMatch(m[0]);
237 provider()->DeleteMatch(m[0]);
autocomplete.h 416 virtual void DeleteMatch(const AutocompleteMatch& match);
667 void DeleteMatch(const AutocompleteMatch& match);
    [all...]
history_provider.cc 25 void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) {
autocomplete_popup_model.cc 210 autocomplete_controller()->DeleteMatch(match);
history_quick_provider.cc 86 void HistoryQuickProvider::DeleteMatch(const AutocompleteMatch& match) {}
autocomplete.cc 508 void AutocompleteProvider::DeleteMatch(const AutocompleteMatch& match) {
    [all...]

Completed in 113 milliseconds