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

  /external/chromium_org/net/base/
net_util_win.h 37 HANDLE temp_handle; local
39 &temp_handle);
42 handle->Set(temp_handle);
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 78 HANDLE temp_handle; local
80 LOGON32_PROVIDER_DEFAULT, &temp_handle)) {
83 ScopedHandle token(temp_handle);
102 if (restricted_token.GetRestrictedTokenHandle(&temp_handle) ==
104 token_out->Set(temp_handle);
403 HANDLE temp_handle; local
407 &temp_handle,
415 ScopedHandle limited_handle(temp_handle);
chromoting_module.cc 45 HANDLE temp_handle; local
47 &temp_handle)) {
51 base::win::ScopedHandle token(temp_handle);
launch_process_with_token.cc 126 HANDLE temp_handle; local
129 &temp_handle)) {
133 ScopedHandle process_token(temp_handle);
140 &temp_handle)) {
145 token_out->Set(temp_handle);
worker_process_launcher_unittest.cc 368 HANDLE temp_handle; local
372 &temp_handle, local
376 ScopedHandle copy(temp_handle);
wts_session_process_delegate.cc 514 HANDLE temp_handle; local
518 &temp_handle,
526 ScopedHandle limited_handle(temp_handle);
  /external/chromium_org/base/files/
file_path_watcher_win.cc 277 HANDLE temp_handle = INVALID_HANDLE_VALUE; local
278 if (!SetupWatchHandle(watched_path, recursive_watch_, &temp_handle))
280 if (temp_handle == INVALID_HANDLE_VALUE)
283 handle_ = temp_handle;
  /external/chromium_org/printing/backend/
win_helper.h 50 HANDLE temp_handle; local
52 if (::OpenPrinter(const_cast<LPTSTR>(printer), &temp_handle, NULL)) {
53 Set(temp_handle);
  /external/chromium_org/content/common/
sandbox_win.cc 477 HANDLE temp_handle; local
481 &temp_handle,
484 base::win::ScopedHandle process(temp_handle);
494 HANDLE temp_handle; local
496 ::GetCurrentProcess(), &temp_handle,
498 base::win::ScopedHandle handle(temp_handle);
    [all...]
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 434 HANDLE temp_handle; local
438 &temp_handle,
445 base::win::ScopedHandle writable_handle(temp_handle);
449 &temp_handle,
456 base::win::ScopedHandle writable_handle(temp_handle);
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 460 HANDLE temp_handle; local
463 &temp_handle)) {
466 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/remoting/host/
desktop_session_proxy.cc 240 HANDLE temp_handle; local
242 &temp_handle, 0, FALSE, DUPLICATE_SAME_ACCESS)) {
249 base::win::ScopedHandle pipe(temp_handle);
  /external/flac/libFLAC/
metadata_iterators.c 131 static FLAC__bool copy_n_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, off_t bytes, FLAC__Metadata_SimpleIteratorStatus *status);
133 static FLAC__bool copy_remaining_bytes_from_file_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Eof eof_cb, FLAC__IOHandle temp_handle, FLAC__IOCallback_Write temp_write_cb, FLAC__Metadata_SimpleIteratorStatus *status);
    [all...]
  /external/flac/include/FLAC/
metadata.h     [all...]
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 1160 base::ProcessHandle temp_handle; local
    [all...]
  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 484 base::win::ScopedHandle temp_handle(
489 ASSERT_TRUE(temp_handle.IsValid());
    [all...]

Completed in 875 milliseconds