HomeSort by relevance Sort by last modified time
    Searched defs:temp_handle (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/printing/backend/
win_helper.h 49 HANDLE temp_handle; local
51 if (::OpenPrinter(const_cast<LPTSTR>(printer), &temp_handle, NULL)) {
52 Set(temp_handle);
  /external/chromium/base/files/
file_path_watcher_win.cc 256 HANDLE temp_handle = INVALID_HANDLE_VALUE; local
257 if (!SetupWatchHandle(watched_path, &temp_handle))
259 if (temp_handle == INVALID_HANDLE_VALUE)
262 handle_ = temp_handle;
  /external/chromium_org/base/files/
file_path_watcher_win.cc 267 HANDLE temp_handle = INVALID_HANDLE_VALUE; local
268 if (!SetupWatchHandle(watched_path, recursive_watch_, &temp_handle))
270 if (temp_handle == INVALID_HANDLE_VALUE)
273 handle_ = temp_handle;
  /external/chromium_org/remoting/host/win/
chromoting_module.cc 45 HANDLE temp_handle; local
47 &temp_handle)) {
51 base::win::ScopedHandle token(temp_handle);
launch_process_with_token.cc 125 HANDLE temp_handle; local
128 &temp_handle)) {
132 ScopedHandle process_token(temp_handle);
139 &temp_handle)) {
144 token_out->Set(temp_handle);
unprivileged_process_delegate.cc 77 HANDLE temp_handle; local
79 LOGON32_PROVIDER_DEFAULT, &temp_handle)) {
82 ScopedHandle token(temp_handle);
101 if (restricted_token.GetRestrictedTokenHandle(&temp_handle) ==
103 token_out->Set(temp_handle);
281 HANDLE temp_handle; local
282 if (!CreateConnectedIpcChannel(io_task_runner_, this, &temp_handle,
287 ScopedHandle client(temp_handle);
406 HANDLE temp_handle; local
410 &temp_handle,
    [all...]
worker_process_launcher_unittest.cc 372 HANDLE temp_handle; local
376 &temp_handle,
380 ScopedHandle copy(temp_handle);
wts_session_process_delegate.cc 516 HANDLE temp_handle; local
520 &temp_handle,
528 ScopedHandle limited_handle(temp_handle);
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 430 HANDLE temp_handle; local
434 &temp_handle,
441 base::win::ScopedHandle writable_handle(temp_handle);
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 454 HANDLE temp_handle; local
457 &temp_handle)) {
460 token_.Set(temp_handle);
setup_util_unittest.cc 58 HANDLE temp_handle; local
60 &temp_handle)) {
65 base::win::ScopedHandle token(temp_handle);
  /external/chromium_org/net/base/
net_util_win.cc 66 HANDLE temp_handle; local
68 &temp_handle);
71 handle->Set(temp_handle);
  /external/chromium_org/remoting/host/
desktop_session_proxy.cc 233 HANDLE temp_handle; local
235 &temp_handle, 0, FALSE, DUPLICATE_SAME_ACCESS)) {
243 base::win::ScopedHandle pipe(temp_handle);
  /external/chromium_org/content/common/
sandbox_win.cc 473 HANDLE temp_handle; local
477 &temp_handle,
480 base::win::ScopedHandle process(temp_handle);
490 HANDLE temp_handle; local
492 ::GetCurrentProcess(), &temp_handle,
494 base::win::ScopedHandle handle(temp_handle);
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 983 base::ProcessHandle temp_handle; local
    [all...]

Completed in 581 milliseconds