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

  /external/chromium_org/tools/cr/cr/
visitor.py 176 self.NotifyChanged()
204 self.NotifyChanged()
206 def NotifyChanged(self):
218 self.NotifyChanged()
224 self.NotifyChanged()
259 self.NotifyChanged()
config.py 202 self.NotifyChanged()
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.h 93 void NotifyChanged(int index);
template_url_table_model.cc 289 ReloadIcon(index); // Also calls NotifyChanged().
297 NotifyChanged(index);
348 NotifyChanged(old_index);
351 NotifyChanged(new_index);
357 void TemplateURLTableModel::NotifyChanged(int index) {
368 NotifyChanged(static_cast<int>(i - entries_.begin()));
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.h 166 // If |force_notify_default_match_changed|, we tell NotifyChanged
190 void NotifyChanged(bool notify_default_match);
autocomplete_controller.cc 326 NotifyChanged(false);
511 NotifyChanged(force_notify_default_match_changed || notify_default_match);
647 void AutocompleteController::NotifyChanged(bool notify_default_match) {
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 341 NotifyChanged();
349 NotifyChanged();
357 NotifyChanged();
375 NotifyChanged();
405 NotifyChanged();
602 NotifyChanged();
644 NotifyChanged();
676 NotifyChanged();
695 NotifyChanged();
833 void ProtocolHandlerRegistry::NotifyChanged() {
    [all...]
protocol_handler_registry.h 299 void NotifyChanged();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
subsmgr.h 164 virtual HRESULT WINAPI NotifyChanged(void) = 0;
178 HRESULT (WINAPI *NotifyChanged)(ISubscriptionItem *This);
194 #define ISubscriptionItem_NotifyChanged(This) (This)->lpVtbl->NotifyChanged(This)

Completed in 261 milliseconds