HomeSort by relevance Sort by last modified time
    Searched defs:Observers (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/
update_browsertest.cc 26 typedef ObserverList<chromeos::UpdateLibrary::Observer> Observers;
29 Observers* observers,
35 FOR_EACH_OBSERVER(chromeos::UpdateLibrary::Observer, *observers,
40 Observers* observer) {
75 Observers* observer) {
105 Observers observers; local
108 .WillRepeatedly(Invoke(&observers,
109 &Observers::AddObserver))
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_service_impl.h 51 typedef ObserverList<PolicyService::Observer, true> Observers;
52 typedef std::map<PolicyDomain, Observers*> ObserverMap;
57 // Posts a task to notify observers of |ns| that its policies have changed,
63 // Combines the policies from all the providers, and notifies the observers
67 // Checks if all providers are initialized, and notifies the observers
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.h 96 typedef ObserverList<ContactManagerObserver> Observers;
98 typedef std::map<Profile*, Observers*> ProfileObserversMap;
100 // Returns the list of observers interested in |profile|. If not present,
102 Observers* GetObserversForProfile(Profile* profile, bool create);
110 // Maps from a profile to observers that are interested in changes to that

Completed in 111 milliseconds