Searched defs:NotifyChanged (Results 1 - 5 of 5) 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()
256 self.NotifyChanged()
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc283 ReloadIcon(index); // Also calls NotifyChanged().
291 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/autocomplete/
H A Dautocomplete_controller.cc324 NotifyChanged(false);
372 NotifyChanged(true);
497 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/ui/search_engines/
H A Dtemplate_url_table_model.cc294 ReloadIcon(index); // Also calls NotifyChanged().
302 NotifyChanged(index);
353 NotifyChanged(old_index);
356 NotifyChanged(new_index);
362 void TemplateURLTableModel::NotifyChanged(int index) { function in class:TemplateURLTableModel
373 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();
604 NotifyChanged();
642 NotifyChanged();
674 NotifyChanged();
693 NotifyChanged();
822 void ProtocolHandlerRegistry::NotifyChanged() { function in class:ProtocolHandlerRegistry
[all...]

Completed in 538 milliseconds