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

  /external/chromium_org/components/policy/core/common/
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
policy_service_impl.cc 85 // There are no observers yet, but calls to GetPolicies() should already get
98 Observers*& list = observers_[domain];
100 list = new Observers();
192 // Swap first, so that observers that call GetPolicies() see the current
196 // Only notify observers of namespaces that have been modified.
235 // notify that domain's observers.
  /external/chromium_org/base/prefs/
pref_service_unittest.cc 77 TEST(PrefServiceTest, Observers) {
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
video_engine_jni.cc 177 "ViE observers must be deleted before terminating");
224 Observers::iterator found = observers_.find(channel);
270 typedef std::map<int, VideoDecodeEncodeObserver*> Observers;
287 Observers observers_;
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 87 typedef std::vector<DeletionObserver*> Observers;
88 Observers observers_;
118 Observers::iterator i =
352 // too. We do this as nearly all observers need to treat a replacement of the
409 // TabDetachedAt() might unregister observers, so send |TabStripEmpty()| in
538 // Set state so that observers can adjust their behavior to suit this
    [all...]
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 168 TEST_F(PrefProxyConfigTrackerImplTest, Observers) {
174 // Firing the observers in the delegate should trigger a notification.

Completed in 91 milliseconds