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

  /external/libchrome/ipc/
ipc_mojo_handle_attachment.cc 14 MojoHandleAttachment::MojoHandleAttachment(mojo::ScopedHandle handle)
17 MojoHandleAttachment::~MojoHandleAttachment() = default;
19 MessageAttachment::Type MojoHandleAttachment::GetType() const {
23 mojo::ScopedHandle MojoHandleAttachment::TakeHandle() {
ipc_mojo_handle_attachment.h 23 class IPC_MESSAGE_SUPPORT_EXPORT MojoHandleAttachment
26 explicit MojoHandleAttachment(mojo::ScopedHandle handle);
34 ~MojoHandleAttachment() override;
37 DISALLOW_COPY_AND_ASSIGN(MojoHandleAttachment);
ipc_mojo_message_helper.cc 17 message->WriteAttachment(new internal::MojoHandleAttachment(
41 static_cast<internal::MojoHandleAttachment*>(attachment.get())
ipc_mojo_param_traits.cc 50 m->WriteAttachment(new internal::MojoHandleAttachment(
78 static_cast<internal::MojoHandleAttachment*>(attachment.get())
ipc_message_attachment.cc 50 return static_cast<internal::MojoHandleAttachment*>(this)->TakeHandle();
111 return new internal::MojoHandleAttachment(std::move(handle));
ipc_message_utils.cc 591 m->WriteAttachment(new internal::MojoHandleAttachment(
    [all...]

Completed in 97 milliseconds