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

  /external/chromium_org/base/process/
launch.cc 18 stdin_handle(NULL),
launch.h 83 HANDLE stdin_handle; member in struct:base::LaunchOptions
launch_win.cc 153 if (options.stdin_handle || options.stdout_handle || options.stderr_handle) {
155 DCHECK(options.stdin_handle);
159 startup_info->hStdInput = options.stdin_handle;
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 92 HANDLE stdin_handle = ::GetStdHandle(STD_INPUT_HANDLE); local
93 ::GetConsoleMode(stdin_handle, &saved_mode);
94 ::SetConsoleMode(stdin_handle, saved_mode & ~ENABLE_ECHO_INPUT);
96 ::SetConsoleMode(stdin_handle, saved_mode);
  /external/chromium_org/base/test/launcher/
test_launcher.cc 273 options.stdin_handle = INVALID_HANDLE_VALUE;
    [all...]

Completed in 919 milliseconds