Home
last modified time | relevance | path

Searched refs:NotifyChanged (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/search_engines/
Dtemplate_url_table_model.cc291 NotifyChanged(index); in ReloadIcon()
348 NotifyChanged(old_index); in MakeDefaultTemplateURL()
351 NotifyChanged(new_index); in MakeDefaultTemplateURL()
357 void TemplateURLTableModel::NotifyChanged(int index) { in NotifyChanged() function in TemplateURLTableModel
368 NotifyChanged(static_cast<int>(i - entries_.begin())); in FaviconAvailable()
Dtemplate_url_table_model.h85 void NotifyChanged(int index);
/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc894 NotifyChanged(false); in Stop()
965 NotifyChanged(notify_default_match); in UpdateResult()
968 void AutocompleteController::NotifyChanged(bool notify_default_match) { in NotifyChanged() function in AutocompleteController
Dautocomplete.h691 void NotifyChanged(bool notify_default_match);