Searched defs:AppLaunchObserver (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.h1142 class AppLaunchObserver : public NotificationObserver { class in inherits:NotificationObserver
1144 AppLaunchObserver(NavigationController* controller,
1148 virtual ~AppLaunchObserver();
1162 DISALLOW_COPY_AND_ASSIGN(AppLaunchObserver);
H A Dautomation_provider_observers.cc2005 AppLaunchObserver::AppLaunchObserver( function in class:AppLaunchObserver
2028 AppLaunchObserver::~AppLaunchObserver() {}
2030 void AppLaunchObserver::Observe(NotificationType type,
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.h1271 class AppLaunchObserver : public content::NotificationObserver { class in inherits:content::NotificationObserver
1273 AppLaunchObserver(content::NavigationController* controller,
1277 virtual ~AppLaunchObserver();
1292 DISALLOW_COPY_AND_ASSIGN(AppLaunchObserver);
H A Dautomation_provider_observers.cc1931 AppLaunchObserver::AppLaunchObserver( function in class:AppLaunchObserver
1954 AppLaunchObserver::~AppLaunchObserver() {}
1956 void AppLaunchObserver::Observe(int type,

Completed in 109 milliseconds