Home
last modified time | relevance | path

Searched refs:MachPortAttachmentMac (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ipc/
H A Dmach_port_attachment_mac.cc14 MachPortAttachmentMac::MachPortAttachmentMac(mach_port_t mach_port) in MachPortAttachmentMac() function in IPC::internal::MachPortAttachmentMac
23 MachPortAttachmentMac::MachPortAttachmentMac(mach_port_t mach_port, in MachPortAttachmentMac() function in IPC::internal::MachPortAttachmentMac
27 MachPortAttachmentMac::~MachPortAttachmentMac() { in ~MachPortAttachmentMac()
36 MessageAttachment::Type MachPortAttachmentMac::GetType() const { in GetType()
H A Dmach_port_attachment_mac.h21 class IPC_MESSAGE_SUPPORT_EXPORT MachPortAttachmentMac
27 explicit MachPortAttachmentMac(mach_port_t mach_port);
34 MachPortAttachmentMac(mach_port_t mach_port, FromWire from_wire);
44 ~MachPortAttachmentMac() override;
53 DISALLOW_COPY_AND_ASSIGN(MachPortAttachmentMac);
H A Dmach_port_mac.cc18 new IPC::internal::MachPortAttachmentMac(p.get_mach_port()))) { in Write()
34 IPC::internal::MachPortAttachmentMac* mach_port_attachment = in Read()
35 static_cast<IPC::internal::MachPortAttachmentMac*>(attachment); in Read()
H A Dipc_message_attachment.cc70 auto* attachment = static_cast<internal::MachPortAttachmentMac*>(this); in TakeMojoHandle()
134 return new internal::MachPortAttachmentMac( in CreateFromMojoHandle()
135 mach_port, internal::MachPortAttachmentMac::FROM_WIRE); in CreateFromMojoHandle()
H A DBUILD.gn180 # On Mac MachPortAttachmentMac needs to generate random IDs.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ipc/
H A Dmach_port_attachment_mac.cc14 MachPortAttachmentMac::MachPortAttachmentMac(mach_port_t mach_port) in MachPortAttachmentMac() function in IPC::internal::MachPortAttachmentMac
23 MachPortAttachmentMac::MachPortAttachmentMac(mach_port_t mach_port, in MachPortAttachmentMac() function in IPC::internal::MachPortAttachmentMac
27 MachPortAttachmentMac::~MachPortAttachmentMac() { in ~MachPortAttachmentMac()
36 MessageAttachment::Type MachPortAttachmentMac::GetType() const { in GetType()
H A Dmach_port_attachment_mac.h21 class IPC_MESSAGE_SUPPORT_EXPORT MachPortAttachmentMac
27 explicit MachPortAttachmentMac(mach_port_t mach_port);
34 MachPortAttachmentMac(mach_port_t mach_port, FromWire from_wire);
44 ~MachPortAttachmentMac() override;
53 DISALLOW_COPY_AND_ASSIGN(MachPortAttachmentMac);
H A Dmach_port_mac.cc18 new IPC::internal::MachPortAttachmentMac(p.get_mach_port()))) { in Write()
34 IPC::internal::MachPortAttachmentMac* mach_port_attachment = in Read()
35 static_cast<IPC::internal::MachPortAttachmentMac*>(attachment); in Read()
H A Dipc_message_attachment.cc69 auto* attachment = static_cast<internal::MachPortAttachmentMac*>(this); in TakeMojoHandle()
133 return new internal::MachPortAttachmentMac( in CreateFromMojoHandle()
134 mach_port, internal::MachPortAttachmentMac::FROM_WIRE); in CreateFromMojoHandle()
H A DBUILD.gn170 # On Mac MachPortAttachmentMac needs to generate random IDs.