Searched defs:NotifyChanged (Results 1 - 4 of 4) 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()
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc326 NotifyChanged(false);
511 NotifyChanged(force_notify_default_match_changed || notify_default_match);
647 void AutocompleteController::NotifyChanged(bool notify_default_match) { function in class:AutocompleteController
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc289 ReloadIcon(index); // Also calls NotifyChanged().
297 NotifyChanged(index);
348 NotifyChanged(old_index);
351 NotifyChanged(new_index);
357 void TemplateURLTableModel::NotifyChanged(int index) { function in class:TemplateURLTableModel
368 NotifyChanged(static_cast<int>(i - entries_.begin()));
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc341 NotifyChanged();
349 NotifyChanged();
357 NotifyChanged();
375 NotifyChanged();
405 NotifyChanged();
602 NotifyChanged();
644 NotifyChanged();
676 NotifyChanged();
695 NotifyChanged();
833 void ProtocolHandlerRegistry::NotifyChanged() { function in class:ProtocolHandlerRegistry
[all...]

Completed in 417 milliseconds