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

  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc 67 StartupAppLauncher::StartupAppLauncher(Profile* profile,
70 StartupAppLauncher::Delegate* delegate)
84 StartupAppLauncher::~StartupAppLauncher() {
87 // StartupAppLauncher can be deleted at anytime during the launch process
93 void StartupAppLauncher::Initialize() {
97 void StartupAppLauncher::ContinueWithNetworkReady() {
108 void StartupAppLauncher::StartLoadingOAuthFile() {
114 base::Bind(&StartupAppLauncher::LoadOAuthFileOnBlockingPool
    [all...]
startup_app_launcher.h 32 class StartupAppLauncher : public base::SupportsWeakPtr<StartupAppLauncher>,
58 StartupAppLauncher(Profile* profile,
63 virtual ~StartupAppLauncher();
130 DISALLOW_COPY_AND_ASSIGN(StartupAppLauncher);
app_launch_utils.cc 17 class AppLaunchManager : public StartupAppLauncher::Delegate {
21 new StartupAppLauncher(profile,
35 // StartupAppLauncher::Delegate overrides:
60 scoped_ptr<StartupAppLauncher> startup_app_launcher_;
  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.h 35 public StartupAppLauncher::Delegate,
93 // StartupAppLauncher::Delegate overrides:
119 scoped_ptr<StartupAppLauncher> startup_app_launcher_;
app_launch_controller.cc 248 new StartupAppLauncher(profile_, app_id_, diagnostic_mode_, this));

Completed in 210 milliseconds