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

  /external/chromium_org/base/android/
application_status_listener.cc 30 LeakyLazyObserverListTraits> g_observers = LAZY_INSTANCE_INITIALIZER; member in namespace:__anon6800
41 g_observers.Get().AddObserver(this);
48 g_observers.Get().RemoveObserver(this);
63 g_observers.Get().Notify(&ApplicationStatusListener::Notify, state);
  /external/chromium_org/base/memory/
memory_pressure_listener.cc 32 LeakyLazyObserverListTraits> g_observers = LAZY_INSTANCE_INITIALIZER; member in namespace:__anon6962
40 g_observers.Get().AddObserver(this);
44 g_observers.Get().RemoveObserver(this);
56 g_observers.Get().Notify(&MemoryPressureListener::Notify,
  /external/chromium_org/content/browser/
browser_child_process_host_impl.cc 43 g_observers = LAZY_INSTANCE_INITIALIZER; member in namespace:content::__anon11652
46 FOR_EACH_OBSERVER(BrowserChildProcessObserver, g_observers.Get(),
51 FOR_EACH_OBSERVER(BrowserChildProcessObserver, g_observers.Get(),
56 FOR_EACH_OBSERVER(BrowserChildProcessObserver, g_observers.Get(),
84 g_observers.Get().AddObserver(observer);
91 g_observers.Get().RemoveObserver(observer);
214 FOR_EACH_OBSERVER(BrowserChildProcessObserver, g_observers.Get(),

Completed in 126 milliseconds