Searched refs:stdin_handle (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/process/
H A Dlaunch.cc18 stdin_handle(NULL),
H A Dlaunch_win.cc155 if (options.stdin_handle || options.stdout_handle || options.stderr_handle) {
157 DCHECK(options.stdin_handle);
161 startup_info->hStdInput = options.stdin_handle;
H A Dlaunch.h82 HANDLE stdin_handle; member in struct:base::LaunchOptions
/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service.cc93 HANDLE stdin_handle = ::GetStdHandle(STD_INPUT_HANDLE); local
94 ::GetConsoleMode(stdin_handle, &saved_mode);
95 ::SetConsoleMode(stdin_handle, saved_mode & ~ENABLE_ECHO_INPUT);
97 ::SetConsoleMode(stdin_handle, saved_mode);
/external/chromium_org/base/test/launcher/
H A Dtest_launcher.cc382 options.stdin_handle = INVALID_HANDLE_VALUE;

Completed in 2301 milliseconds