AppLifetimeMonitor   20 apps/app_lifetime_monitor.cc AppLifetimeMonitor::AppLifetimeMonitor(Profile* profile)
AppLifetimeMonitor   39 apps/app_lifetime_monitor.cc AppLifetimeMonitor::~AppLifetimeMonitor() {}
AppLifetimeMonitor   41 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::AddObserver(Observer* observer) {
AppLifetimeMonitor   45 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::RemoveObserver(Observer* observer) {
AppLifetimeMonitor   49 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::Observe(int type,
AppLifetimeMonitor   80 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::OnAppWindowAdded(AppWindow* app_window) {
AppLifetimeMonitor   91 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::OnAppWindowIconChanged(AppWindow* app_window) {}
AppLifetimeMonitor   93 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::OnAppWindowRemoved(AppWindow* app_window) {
AppLifetimeMonitor  101 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::Shutdown() {
AppLifetimeMonitor  109 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::NotifyAppStart(const std::string& app_id) {
AppLifetimeMonitor  113 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::NotifyAppActivated(const std::string& app_id) {
AppLifetimeMonitor  117 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::NotifyAppDeactivated(const std::string& app_id) {
AppLifetimeMonitor  121 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::NotifyAppStop(const std::string& app_id) {
AppLifetimeMonitor  125 apps/app_lifetime_monitor.cc void AppLifetimeMonitor::NotifyChromeTerminating() {
AppLifetimeMonitor   27 apps/app_lifetime_monitor.h class AppLifetimeMonitor : public KeyedService,
AppLifetimeMonitor   52 apps/app_lifetime_monitor.h   explicit AppLifetimeMonitor(Profile* profile);
AppLifetimeMonitor   53 apps/app_lifetime_monitor.h   virtual ~AppLifetimeMonitor();
AppLifetimeMonitor   82 apps/app_lifetime_monitor.h   DISALLOW_COPY_AND_ASSIGN(AppLifetimeMonitor);
AppLifetimeMonitor   16 apps/app_lifetime_monitor_factory.cc AppLifetimeMonitor* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) {
AppLifetimeMonitor   17 apps/app_lifetime_monitor_factory.cc   return static_cast<AppLifetimeMonitor*>(
AppLifetimeMonitor   36 apps/app_lifetime_monitor_factory.cc   return new AppLifetimeMonitor(static_cast<Profile*>(profile));
AppLifetimeMonitor   15 apps/app_lifetime_monitor_factory.h class AppLifetimeMonitor;
AppLifetimeMonitor   22 apps/app_lifetime_monitor_factory.h   static AppLifetimeMonitor* GetForProfile(Profile* profile);
AppLifetimeMonitor  137 apps/app_restore_service.cc   AppLifetimeMonitor* app_lifetime_monitor =
AppLifetimeMonitor  144 apps/app_restore_service.cc   AppLifetimeMonitor* app_lifetime_monitor =
AppLifetimeMonitor   25 apps/app_restore_service.h                           public AppLifetimeMonitor::Observer {
AppLifetimeMonitor   42 apps/app_shim/extension_app_shim_handler_mac.h                                 public AppLifetimeMonitor::Observer {