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

  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h 18 // the session starts. DriveFirstRunController will manage its own lifetime and
20 class DriveFirstRunController {
48 explicit DriveFirstRunController(Profile* profile);
49 ~DriveFirstRunController();
81 base::OneShotTimer<DriveFirstRunController> web_contents_timer_;
82 base::OneShotTimer<DriveFirstRunController> initial_delay_timer_;
91 DISALLOW_COPY_AND_ASSIGN(DriveFirstRunController);
drive_first_run_controller.cc 129 void(bool, DriveFirstRunController::UMAOutcome)> CompletionCallback;
148 DriveFirstRunController::UMAOutcome outcome);
152 DriveFirstRunController::UMAOutcome outcome);
236 DriveFirstRunController::UMAOutcome outcome) {
252 DriveFirstRunController::UMAOutcome outcome) {
264 DriveFirstRunController::OUTCOME_WEB_CONTENTS_LOAD_FAILED);
276 DriveFirstRunController::OUTCOME_WEB_CONTENTS_LOAD_FAILED);
337 OnOfflineInit(true, DriveFirstRunController::OUTCOME_OFFLINE_ENABLED);
342 // DriveFirstRunController
344 DriveFirstRunController::DriveFirstRunController(Profile* profile
    [all...]

Completed in 109 milliseconds