Searched refs:NotifyChanged (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/cr/cr/
H A Dvisitor.py176 self.NotifyChanged()
204 self.NotifyChanged()
206 def NotifyChanged(self): member in class:Node
218 self.NotifyChanged()
224 self.NotifyChanged()
259 self.NotifyChanged()
H A Dconfig.py202 self.NotifyChanged()
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc298 ReloadIcon(index); // Also calls NotifyChanged().
306 NotifyChanged(index);
357 NotifyChanged(old_index);
360 NotifyChanged(new_index);
366 void TemplateURLTableModel::NotifyChanged(int index) { function in class:TemplateURLTableModel
377 NotifyChanged(static_cast<int>(i - entries_.begin()));
H A Dtemplate_url_table_model.h92 void NotifyChanged(int index);
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.h153 // If |force_notify_default_match_changed|, we tell NotifyChanged
177 void NotifyChanged(bool notify_default_match);
H A Dautocomplete_controller.cc325 NotifyChanged(false);
499 NotifyChanged(force_notify_default_match_changed || notify_default_match);
616 void AutocompleteController::NotifyChanged(bool notify_default_match) { function in class:AutocompleteController
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc342 NotifyChanged();
350 NotifyChanged();
358 NotifyChanged();
376 NotifyChanged();
406 NotifyChanged();
592 NotifyChanged();
635 NotifyChanged();
667 NotifyChanged();
686 NotifyChanged();
823 void ProtocolHandlerRegistry::NotifyChanged() { function in class:ProtocolHandlerRegistry
[all...]
H A Dprotocol_handler_registry.h291 void NotifyChanged();

Completed in 519 milliseconds