/external/chromium_org/base/process/ |
process_win.cc | 17 // Don't call CloseHandle on a pseudo-handle. 32 typedef UINT (WINAPI *TerminateProcessPtr)(HANDLE handle, UINT code);
|
/external/chromium_org/base/ |
sync_socket.h | 27 typedef HANDLE Handle; 29 typedef int Handle; 31 static const Handle kInvalidHandle; 35 // Creates a SyncSocket from a Handle. Used in transport. 36 explicit SyncSocket(Handle handle) : handle_(handle) {} 40 // |socket_a| and |socket_b| must not hold a valid handle. Upon successful 48 // Note it is not safe to send messages from the same socket handle b 69 Handle handle() const { return handle_; } function in class:base::SyncSocket [all...] |
sync_socket_win.cc | 29 bool CreatePairImpl(HANDLE* socket_a, HANDLE* socket_b, bool overlapped) { 113 size_t CancelableFileOperation(Function operation, HANDLE file, 124 ol.hEvent = io_event->handle(); 135 HANDLE events[] = { io_event->handle(), cancel_event->handle() }; 172 const SyncSocket::Handle SyncSocket::kInvalidHandle = INVALID_HANDLE_VALUE; 235 CancelableSyncSocket::CancelableSyncSocket(Handle handle) [all...] |
/external/chromium_org/base/win/ |
metro.h | 67 // Returns the handle to the metro dll loaded in the process. A NULL return 75 // Returns true if the process identified by the handle passed in is an 77 BASE_EXPORT bool IsProcessImmersive(HANDLE process);
|
/external/chromium_org/chrome/browser/ |
process_singleton.h | 58 // Implement this callback to handle notifications from other processes. The 62 // should handle it (i.e., because the current process is shutting down). 131 HANDLE lock_file_;
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
zip_internal.cc | 30 HANDLE hf; 40 HANDLE file = 0; 108 // Fills |pzlib_filecunc_def| appropriately to handle the zip file 121 // Callback function for zlib that opens a file stream from a Windows handle. 124 file_ret.hf = static_cast<HANDLE>(opaque); 259 unzFile OpenHandleForUnzipping(HANDLE zip_handle) {
|
/external/chromium_org/chrome_frame/test/ |
win_event_receiver.cc | 76 // If the process terminates before its handle may be obtained, this class will 90 virtual void OnObjectSignaled(HANDLE process_handle); 94 HANDLE process_handle_; 121 weak_factory_.GetWeakPtr(), HANDLE(NULL))); 132 HANDLE process_handle) {
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_state_impl_win.cc | 39 HANDLE process = GetCurrentProcess();
|
/external/chromium_org/content/browser/ |
safe_util_win.cc | 31 HANDLE file = CreateFile(path.c_str(), GENERIC_WRITE, kShare, NULL,
|
/external/chromium_org/ipc/ |
ipc_channel_win.h | 70 HANDLE pipe_;
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_output_win.h | 179 HANDLE event_handle,
|
waveout_output_win.h | 117 // Handle to the instance of the wave device. 120 // Handle to the buffer event. 123 // Handle returned by RegisterWaitForSingleObject(). 124 HANDLE waiting_handle_;
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslmutex.h | 47 HANDLE sslMutx;
|
/external/chromium_org/ppapi/tests/ |
pp_thread.h | 101 ::WaitForSingleObject((HANDLE)thread, INFINITE);
|
/external/chromium_org/printing/ |
printing_context_win.h | 74 bool GetPrinterSettings(HANDLE printer,
|
/external/chromium_org/remoting/host/win/ |
worker_process_launcher.h | 65 // process and |ipc_handler| to handle IPCs. The caller must ensure that 84 // Invoked to pass a handle of the launched process back to the caller of 105 virtual void OnObjectSignaled(HANDLE object) OVERRIDE; 161 // The handle of the worker process, if launched.
|
/external/chromium_org/rlz/win/lib/ |
lib_mutex.cc | 25 static bool SetObjectToLowIntegrity(HANDLE object,
|
/external/chromium_org/sandbox/win/src/ |
filesystem_dispatcher.h | 47 bool NtSetInformationFile(IPCInfo* ipc, HANDLE handle, CountedBuffer* status,
|
filesystem_interception.h | 45 NtSetInformationFileFunction orig_SetInformationFile, HANDLE file,
|
handle_inheritance_test.cc | 30 HANDLE file_handle = CreateFile(
|
ipc_unittest.cc | 154 client_control->server_alive = HANDLE(1); 233 client_control->server_alive = HANDLE(1); 259 HANDLE h = HANDLE(0x70000500); 319 // Test hat we handle integer overflow on the number of params 376 HANDLE ping; 377 HANDLE pong; 379 HANDLE mutex; 425 HANDLE t1 = ::CreateThread(NULL, 0, QuickResponseServer, &events, 0, NULL); 458 HANDLE t2 = ::CreateThread(NULL, 0, QuickResponseServer, &events, 0, NULL) [all...] |
named_pipe_dispatcher.cc | 53 HANDLE pipe; 62 ipc->return_info.handle = pipe;
|
named_pipe_policy_test.cc | 22 HANDLE pipe = ::CreateNamedPipeW(argv[0],
|
/external/chromium_org/third_party/angle_dx11/src/libEGL/ |
Display.h | 44 EGLSurface createOffscreenSurface(EGLConfig config, HANDLE shareHandle, const EGLint *attribList);
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
SwapChain11.h | 22 SwapChain11(Renderer11 *renderer, HWND window, HANDLE shareHandle,
|