Searched defs:AppLaunchController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_controller.h32 class AppLaunchController class in namespace:chromeos
41 AppLaunchController(const std::string& app_id,
46 virtual ~AppLaunchController();
128 base::OneShotTimer<AppLaunchController> splash_wait_timer_;
130 base::OneShotTimer<AppLaunchController> network_wait_timer_;
143 DISALLOW_COPY_AND_ASSIGN(AppLaunchController);
H A Dapp_launch_controller.cc48 bool AppLaunchController::skip_splash_wait_ = false;
49 int AppLaunchController::network_wait_time_ = 10;
50 base::Closure* AppLaunchController::network_timeout_callback_ = NULL;
51 AppLaunchController::ReturnBoolCallback*
52 AppLaunchController::can_configure_network_callback_ = NULL;
53 AppLaunchController::ReturnBoolCallback*
54 AppLaunchController::need_owner_auth_to_configure_network_callback_ = NULL;
57 // AppLaunchController::AppWindowWatcher
59 class AppLaunchController::AppWindowWatcher
62 explicit AppWindowWatcher(AppLaunchController* controlle
107 AppLaunchController::AppLaunchController(const std::string& app_id, function in class:chromeos::AppLaunchController
[all...]

Completed in 153 milliseconds