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

  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager_observer.h 21 virtual void OnContactsUpdated(Profile* profile) = 0;
contact_store_observer.h 21 virtual void OnContactsUpdated(ContactStore* store) = 0;
contact_manager.h 88 virtual void OnContactsUpdated(ContactStore* store) OVERRIDE;
contact_manager_stub.cc 29 OnContactsUpdated(profile_));
fake_contact_store.cc 39 OnContactsUpdated(this));
contact_manager.cc 126 void ContactManager::OnContactsUpdated(ContactStore* store) {
136 OnContactsUpdated(profile));
contact_manager_unittest.cc 49 virtual void OnContactsUpdated(Profile* profile) OVERRIDE {
58 // Number of times that OnContactsUpdated() has been called.
google_contact_store.cc 320 OnContactsUpdated(this));
392 OnContactsUpdated(this));
google_contact_store_unittest.cc 40 virtual void OnContactsUpdated(ContactStore* store) OVERRIDE {
46 // Number of times that OnContactsUpdated() has been called.
  /external/chromium_org/chrome/browser/autocomplete/
contact_provider_chromeos.h 43 virtual void OnContactsUpdated(Profile* profile) OVERRIDE;
contact_provider_chromeos.cc 143 void ContactProvider::OnContactsUpdated(Profile* profile) {

Completed in 957 milliseconds