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

  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.h 131 static bool skip_splash_wait_; member in class:chromeos::AppLaunchController
app_launch_controller.cc 43 bool AppLaunchController::skip_splash_wait_ = false;
129 skip_splash_wait_ = true;
335 if (!skip_splash_wait_ && time_taken_ms < kAppInstallSplashScreenMinTimeMS) {

Completed in 27 milliseconds