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

  /external/chromium_org/apps/
app_restore_service.cc 128 AppLifetimeMonitor* app_lifetime_monitor = local
130 DCHECK(app_lifetime_monitor);
131 app_lifetime_monitor->AddObserver(this);
135 AppLifetimeMonitor* app_lifetime_monitor = local
138 if (app_lifetime_monitor)
139 app_lifetime_monitor->RemoveObserver(this);
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
short_lived_user_context.cc 24 apps::AppLifetimeMonitor* app_lifetime_monitor,
27 app_lifetime_monitor_(app_lifetime_monitor),
short_lived_user_context.h 8 #include "apps/app_lifetime_monitor.h"
28 apps::AppLifetimeMonitor* app_lifetime_monitor,

Completed in 42 milliseconds