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

  /external/chromium_org/base/memory/
memory_pressure_listener.cc 31 LeakyLazyObserverListTraits> g_observers = LAZY_INSTANCE_INITIALIZER; member in namespace:__anon6187
39 g_observers.Get().AddObserver(this);
43 g_observers.Get().RemoveObserver(this);
53 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::__anon9944
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);
221 FOR_EACH_OBSERVER(BrowserChildProcessObserver, g_observers.Get(),

Completed in 83 milliseconds