Searched refs:g_observers (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/memory/
H A Dmemory_pressure_listener.cc32 LeakyLazyObserverListTraits> g_observers = LAZY_INSTANCE_INITIALIZER; member in namespace:__anon2337
40 g_observers.Get().AddObserver(this);
44 g_observers.Get().RemoveObserver(this);
56 g_observers.Get().Notify(&MemoryPressureListener::Notify,
/external/chromium_org/base/android/
H A Dapplication_status_listener.cc30 LeakyLazyObserverListTraits> g_observers = LAZY_INSTANCE_INITIALIZER; member in namespace:__anon2175
41 g_observers.Get().AddObserver(this);
48 g_observers.Get().RemoveObserver(this);
63 g_observers.Get().Notify(&ApplicationStatusListener::Notify, state);
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc43 g_observers = LAZY_INSTANCE_INITIALIZER; member in namespace:content::__anon7027
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 147 milliseconds