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

  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.cc 48 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* controller
    [all...]
app_launch_controller.h 32 class AppLaunchController
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);

Completed in 1538 milliseconds