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

  /external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.h 34 class StartupAppLauncher
35 : public base::SupportsWeakPtr<StartupAppLauncher>,
59 StartupAppLauncher(Profile* profile,
64 virtual ~StartupAppLauncher();
121 DISALLOW_COPY_AND_ASSIGN(StartupAppLauncher);
startup_app_launcher.cc 65 StartupAppLauncher::StartupAppLauncher(Profile* profile,
68 StartupAppLauncher::Delegate* delegate)
80 StartupAppLauncher::~StartupAppLauncher() {
81 // StartupAppLauncher can be deleted at anytime during the launch process
87 void StartupAppLauncher::Initialize() {
91 void StartupAppLauncher::ContinueWithNetworkReady() {
99 void StartupAppLauncher::StartLoadingOAuthFile() {
105 base::Bind(&StartupAppLauncher::LoadOAuthFileOnBlockingPool
    [all...]

Completed in 436 milliseconds