Home
last modified time | relevance | path

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

/external/chromium_org/cloud_print/service/win/
Dchrome_launcher.cc32 const int kShutdownTimeoutMs = 30 * 1000; variable
41 WAIT_OBJECT_0 == ::WaitForSingleObject(process, kShutdownTimeoutMs)) { in ShutdownChrome()
63 if (WAIT_OBJECT_0 == ::WaitForSingleObject(process, kShutdownTimeoutMs)) { in CloseChrome()
/external/chromium_org/ash/wm/
Dlock_state_controller.h79 static const int kShutdownTimeoutMs; variable
Dlock_state_controller.cc151 const int LockStateController::kShutdownTimeoutMs = 400; member in ash::LockStateController