HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 701 - 725 of 973) sorted by null

<<21222324252627282930>>

  /external/chromium_org/base/win/
win_util.cc 78 HANDLE token = NULL;
  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.cc 91 // TODO(bbudge) Handle the --no-sandbox case.
123 HANDLE channel;
128 reinterpret_cast<HANDLE>(sourceh),
349 void NaClProcessHost::OnProcessLaunchedByBroker(base::ProcessHandle handle) {
351 process_->SetHandle(handle);
363 // Needed to handle sync messages in OnMessageRecieved.
531 if (!content::BrokerAddTargetPeer(process_->GetData().handle)) {
540 // Copy the handle into the renderer process.
541 HANDLE handle_in_renderer;
543 reinterpret_cast<HANDLE>(
812 IPC::PlatformFileForTransit handle = IPC::GetFileHandleForProcess( local
    [all...]
  /external/chromium_org/chrome/service/
service_utility_process_host.cc 104 HANDLE pdf_file_in_utility_process = NULL;
105 ::DuplicateHandle(::GetCurrentProcess(), pdf_file, handle(),
  /external/chromium_org/chrome/test/install_test/
chrome_installer_win.py 154 if not hkey.handle:
230 wintypes.HANDLE,
  /external/chromium_org/chrome_frame/crash_reporting/
vectored_handler_unittest.cc 221 HANDLE h = ::CreateThread(0, 0, CrashingThread, 0, 0, &tid);
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.h 47 int CloseVisibleWindowsOnAllThreads(HANDLE process);
  /external/chromium_org/content/child/
plugin_messages.h 58 IPC_STRUCT_MEMBER(TransportDIB::Handle, windowless_buffer0)
59 IPC_STRUCT_MEMBER(TransportDIB::Handle, windowless_buffer1)
211 // window handle allocated by the browser on behalf of the renderer
222 // The window parameter is a handle to the window if the plugin is a windowed
228 // The modal_loop_pump_messages_event parameter is an event handle which is
233 HANDLE /* modal_loop_pump_messages_event */,
  /external/chromium_org/content/common/gpu/
image_transport_surface_win.cc 25 // a handle to the corresponding render target texture through an extension.
139 HANDLE surface_handle = GetShareHandle();
179 // But we release frontbuffer by telling UI to release its handle on it.
248 const gfx::GLSurfaceHandle& handle) {
249 DCHECK(handle.handle);
250 DCHECK(handle.transport_type == gfx::NATIVE_DIRECT ||
251 handle.transport_type == gfx::NATIVE_TRANSPORT);
274 gfx::GLSurface::CreateViewGLSurface(handle.handle);
    [all...]
  /external/chromium_org/content/plugin/
webplugin_proxy.h 61 void SetWindowlessData(HANDLE pump_messages_event,
111 const TransportDIB::Handle& windowless_buffer0,
112 const TransportDIB::Handle& windowless_buffer1,
172 void CreateCanvasFromHandle(const TransportDIB::Handle& dib_handle,
177 const TransportDIB::Handle& dib_handle,
183 const TransportDIB::Handle& dib_handle,
195 void SetWindowlessBuffers(const TransportDIB::Handle& windowless_buffer0,
196 const TransportDIB::Handle& windowless_buffer1,
  /external/chromium_org/content/public/test/
mock_render_process_host.cc 116 // Return the current-process handle for the IPC::GetFileHandleForProcess
118 return base::Process::Current().handle();
130 HANDLE duped;
131 DuplicateHandle(GetCurrentProcess(), dib_id.handle, GetCurrentProcess(),
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 145 void OnSetWindowlessData(HANDLE modal_loop_pump_messages_event,
webplugin_impl.h 105 void SetWindowlessData(HANDLE pump_messages_event,
188 // resource handle to be left valid during plugin shutdown.
215 // request given a handle.
258 // to handle the response identified by the loader parameter.
  /external/chromium_org/content/test/plugin/
plugin_client.cc 56 HANDLE crash_event = CreateEvent(NULL, TRUE, FALSE, L"TestPluginCrashOnInit");
  /external/chromium_org/ipc/
ipc_channel_unittest.cc 32 // Make sure we can handle large messages.
155 HANDLE pipe = CreateNamedPipeA(name.c_str(),
165 CloseHandle(pipe); // The channel duplicates the handle.
  /external/chromium_org/media/audio/
audio_output_device_unittest.cc 61 // Creates a copy of a SyncSocket handle that we can give to AudioOutputDevice.
62 // On Windows this means duplicating the pipe handle so that AudioOutputDevice
64 // platforms, we just copy the same socket handle since AudioOutputDevice on
67 bool DuplicateSocketHandle(SyncSocket::Handle socket_handle,
68 SyncSocket::Handle* copy) {
70 HANDLE process = GetCurrentProcess();
190 SyncSocket::Handle audio_device_socket = SyncSocket::kInvalidHandle;
191 ASSERT_TRUE(DuplicateSocketHandle(renderer_socket_.handle(),
  /external/chromium_org/net/socket/
stream_listen_socket.cc 232 void StreamListenSocket::OnObjectSignaled(HANDLE object) {
tcp_client_socket_win.cc 221 virtual void OnObjectSignaled(HANDLE object);
233 virtual void OnObjectSignaled(HANDLE object);
307 HANDLE object) {
323 HANDLE object) {
    [all...]
tcp_server_socket_win.cc 199 void TCPServerSocketWin::OnObjectSignaled(HANDLE object) {
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
local_temp_file.cc 128 // Convert the Windows HANDLE from Pepper to a POSIX file descriptor.
132 // Close the Windows HANDLE if it can't be converted.
133 CloseHandle(reinterpret_cast<HANDLE>(file_desc));
  /external/chromium_org/printing/
emf_win_unittest.cc 163 HANDLE printer = NULL;
printing_context_win_unittest.cc 49 HANDLE printer;
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.cc 17 // Duplicates a registry key handle (returned by RegCreateXxx/RegOpenXxx).
18 // The returned handle cannot be inherited and has the same permissions as
21 HANDLE handle; local
25 &handle,
29 PLOG(ERROR) << "Failed to duplicate a registry key handle";
33 dest->Set(reinterpret_cast<HKEY>(handle));
  /external/chromium_org/sandbox/win/src/
process_mitigations.cc 133 // Enable strict handle policies.
283 bool ApplyProcessMitigationsToSuspendedProcess(HANDLE process,
  /external/chromium_org/sandbox/win/tests/common/
controller.cc 54 bool IsProcessRunning(HANDLE process) {
  /external/chromium_org/sandbox/win/tests/integration_tests/
integration_tests_test.cc 77 HANDLE job = ::CreateJobObject(NULL, NULL);

Completed in 1416 milliseconds

<<21222324252627282930>>