/external/chromium/base/win/ |
scoped_handle.h | 23 // ScopedHandle hfile(CreateFile(...)); 33 class ScopedHandle { 35 ScopedHandle() : handle_(NULL) { 38 explicit ScopedHandle(HANDLE h) : handle_(NULL) { 42 ~ScopedHandle() { 84 DISALLOW_COPY_AND_ASSIGN(ScopedHandle);
|
/external/llvm/lib/Support/Windows/ |
Windows.h | 47 class ScopedHandle { 51 ScopedHandle(const ScopedHandle &other); // = delete; 52 void operator=(const ScopedHandle &other); // = delete; 54 ScopedHandle() 57 explicit ScopedHandle(handle_type h) 60 ~ScopedHandle() { 71 ScopedHandle &operator=(handle_type h) { 134 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle; 135 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle [all...] |
/external/chromium_org/remoting/host/win/ |
launch_process_with_token.h | 27 bool CreateSessionToken(uint32 session_id, base::win::ScopedHandle* token_out); 42 base::win::ScopedHandle* process_out, 43 base::win::ScopedHandle* thread_out);
|
unprivileged_process_delegate.h | 56 void ReportProcessLaunched(base::win::ScopedHandle worker_process); 71 base::win::ScopedHandle worker_process_;
|
wts_session_process_delegate.cc | 32 using base::win::ScopedHandle; 90 void InitializeJob(scoped_ptr<base::win::ScopedHandle> job); 93 void InitializeJobCompleted(scoped_ptr<base::win::ScopedHandle> job); 99 void ReportProcessLaunched(base::win::ScopedHandle worker_process); 121 base::win::ScopedHandle job_; 130 base::win::ScopedHandle pipe_; 133 base::win::ScopedHandle session_token_; 139 base::win::ScopedHandle worker_process_; 176 ScopedHandle job; 199 // ScopedHandle is not compatible with base::Passed, so we wrap it t [all...] |
unprivileged_process_delegate.cc | 34 using base::win::ScopedHandle; 75 bool CreateRestrictedToken(ScopedHandle* token_out) { 82 ScopedHandle token(temp_handle); 238 ScopedHandle token; 274 ScopedHandle worker_process; 287 ScopedHandle client(temp_handle); 309 ScopedHandle worker_thread; 396 base::win::ScopedHandle worker_process) { 418 ScopedHandle limited_handle(temp_handle);
|
worker_process_launcher.h | 87 void OnProcessLaunched(base::win::ScopedHandle worker_process); 162 base::win::ScopedHandle worker_process_;
|
launch_process_with_token.cc | 23 using base::win::ScopedHandle; 56 base::win::ScopedHandle* pipe_out) { 88 base::win::ScopedHandle pipe; 124 bool CopyProcessToken(DWORD desired_access, ScopedHandle* token_out) { 132 ScopedHandle process_token(temp_handle); 149 bool CreatePrivilegedToken(ScopedHandle* token_out) { 150 ScopedHandle privileged_token; 381 base::win::ScopedHandle pipe; 412 bool CreateSessionToken(uint32 session_id, ScopedHandle* token_out) { 413 ScopedHandle session_token [all...] |
/external/chromium_org/base/win/ |
scoped_process_information.h | 72 ScopedHandle process_handle_; 73 ScopedHandle thread_handle_;
|
/external/chromium_org/chrome/test/ui/ |
ui_test_suite.h | 30 base::win::ScopedHandle job_handle_;
|
/external/chromium_org/remoting/host/ |
ipc_util.h | 49 base::win::ScopedHandle* pipe_out);
|
ipc_util_win.cc | 17 using base::win::ScopedHandle; 48 ScopedHandle pipe; 71 ScopedHandle client; 93 base::win::ScopedHandle* pipe_out) { 113 base::win::ScopedHandle pipe;
|
/external/chromium_org/net/test/spawned_test_server/ |
local_test_server.h | 97 base::win::ScopedHandle job_handle_; 100 base::win::ScopedHandle child_read_fd_; 103 base::win::ScopedHandle child_write_fd_;
|
/external/chromium_org/sandbox/win/src/ |
target_process.h | 101 base::win::ScopedHandle lockdown_token_; 104 base::win::ScopedHandle initial_token_; 106 base::win::ScopedHandle shared_section_;
|
sync_policy_test.cc | 24 base::win::ScopedHandle event_open(::OpenEvent( 53 base::win::ScopedHandle event_create(::CreateEvent( 56 base::win::ScopedHandle event_open; 129 base::win::ScopedHandle handle1(::CreateEvent(NULL, FALSE, FALSE, L"test1")); 130 base::win::ScopedHandle handle2(::CreateEvent(NULL, FALSE, FALSE, L"test2")); 131 base::win::ScopedHandle handle3(::CreateEvent(NULL, FALSE, FALSE, L"test3")); 132 base::win::ScopedHandle handle4(::CreateEvent(NULL, FALSE, FALSE, L"test4"));
|
/external/chromium_org/net/disk_cache/ |
cache_util_win.cc | 36 base::win::ScopedHandle file(CreateFile(
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win.h | 239 base::win::ScopedHandle audio_samples_render_event_; 242 base::win::ScopedHandle stop_render_event_;
|
audio_unified_win.h | 264 base::win::ScopedHandle capture_event_; 269 base::win::ScopedHandle render_event_; 272 base::win::ScopedHandle stop_streaming_event_;
|
/external/chromium_org/remoting/tools/ |
breakpad_tester_win.cc | 64 base::win::ScopedHandle process; 72 base::win::ScopedHandle thread;
|
/external/chromium/chrome/common/ |
service_process_util_win.cc | 69 base::win::ScopedHandle shutdown_event_; 78 base::win::ScopedHandle shutdown_event; 92 base::win::ScopedHandle event( 102 base::win::ScopedHandle ready_event; 115 base::win::ScopedHandle service_process_ready_event;
|
multi_process_lock_win.cc | 53 base::win::ScopedHandle event_;
|
/external/chromium_org/chrome/common/ |
service_process_util_win.cc | 73 base::win::ScopedHandle terminate_event_; 87 base::win::ScopedHandle terminate_event; 101 base::win::ScopedHandle event( 111 base::win::ScopedHandle ready_event; 124 base::win::ScopedHandle service_process_ready_event;
|
multi_process_lock_win.cc | 53 base::win::ScopedHandle event_;
|
/external/chromium/net/test/ |
test_server.h | 181 base::win::ScopedHandle job_handle_; 184 base::win::ScopedHandle child_read_fd_; 187 base::win::ScopedHandle child_write_fd_;
|
/external/chromium_org/chrome/installer/util/ |
install_util.h | 194 base::win::ScopedHandle* handle); 195 static bool GetInfo(const base::win::ScopedHandle& handle, 199 base::win::ScopedHandle file_handle_;
|