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

  /external/chromium_org/apps/
app_lifetime_monitor.cc 23 AppLifetimeMonitor::AppLifetimeMonitor(Profile* profile)
42 AppLifetimeMonitor::~AppLifetimeMonitor() {}
44 void AppLifetimeMonitor::AddObserver(Observer* observer) {
48 void AppLifetimeMonitor::RemoveObserver(Observer* observer) {
52 void AppLifetimeMonitor::Observe(int type,
83 void AppLifetimeMonitor::OnAppWindowRemoved(AppWindow* app_window) {
88 void AppLifetimeMonitor::OnAppWindowHidden(AppWindow* app_window) {
93 void AppLifetimeMonitor::OnAppWindowShown(AppWindow* app_window)
    [all...]
app_lifetime_monitor.h 27 class AppLifetimeMonitor : public KeyedService,
51 explicit AppLifetimeMonitor(Profile* profile);
52 virtual ~AppLifetimeMonitor();
83 DISALLOW_COPY_AND_ASSIGN(AppLifetimeMonitor);

Completed in 45 milliseconds