Home
last modified time | relevance | path

Searched refs:SetNetworkTimeoutCallbackForTesting (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Dapp_launch_controller.h58 static void SetNetworkTimeoutCallbackForTesting(base::Closure* callback);
Dkiosk_browsertest.cc276 AppLaunchController::SetNetworkTimeoutCallbackForTesting(NULL); in CleanUpOnMainThread()
460 AppLaunchController::SetNetworkTimeoutCallbackForTesting(&callback); in WaitForAppLaunchNetworkTimeout()
465 AppLaunchController::SetNetworkTimeoutCallbackForTesting(NULL); in WaitForAppLaunchNetworkTimeout()
Dapp_launch_controller.cc138 void AppLaunchController::SetNetworkTimeoutCallbackForTesting( in SetNetworkTimeoutCallbackForTesting() function in chromeos::AppLaunchController