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

  /external/libmojo/ipc/
ipc_mojo_handle_attachment.cc 14 MojoHandleAttachment::MojoHandleAttachment(mojo::ScopedHandle handle)
17 MojoHandleAttachment::~MojoHandleAttachment() {
20 MessageAttachment::Type MojoHandleAttachment::GetType() const {
24 mojo::ScopedHandle MojoHandleAttachment::TakeHandle() {
ipc_mojo_handle_attachment.h 23 class IPC_EXPORT MojoHandleAttachment : public MessageAttachment {
25 explicit MojoHandleAttachment(mojo::ScopedHandle handle);
33 ~MojoHandleAttachment() override;
36 DISALLOW_COPY_AND_ASSIGN(MojoHandleAttachment);

Completed in 55 milliseconds