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

  /external/chromium_org/mojo/apps/js/
application_delegate_impl.cc 60 ScopedMessagePipeHandle pipe_handle,
67 service_provider->ConnectToService(interface_name, pipe_handle.Pass());
application_delegate_impl.h 51 void ConnectToService(ScopedMessagePipeHandle pipe_handle,
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 289 std::string pipe_handle = base::StringPrintf( local
294 command_line.AppendSwitchASCII(kDaemonPipeSwitchName, pipe_handle);
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 396 int pipe_handle = 0; local
398 !base::StringToInt(channel_name, &pipe_handle)) {
405 base::win::ScopedHandle pipe(reinterpret_cast<HANDLE>(pipe_handle));
408 base::FileDescriptor pipe(pipe_handle, true);
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/tests/
array_unittest.cc 112 ScopedMessagePipeHandle pipe_handle = handles2[0].Pass(); local
113 EXPECT_TRUE(pipe_handle.is_valid());

Completed in 110 milliseconds