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

  /external/libmojo/ipc/
ipc_mojo_message_helper.cc 17 message->WriteAttachment(new internal::MojoHandleAttachment(
ipc_message.cc 243 bool Message::WriteAttachment(
ipc_message.h 222 // WriteAttachment appends |attachment| to the end of the set. It returns
224 bool WriteAttachment(
ipc_message_utils.cc 655 if (!m->WriteAttachment(
659 if (!m->WriteAttachment(new internal::PlatformFileAttachment(p.fd)))
    [all...]
  /external/libchrome/base/
pickle.h 256 // WriteAttachment appends |attachment| to the pickle. It returns
259 virtual bool WriteAttachment(scoped_refptr<Attachment> attachment);
pickle.cc 235 // From IPC::Message::WriteAttachment
367 bool Pickle::WriteAttachment(scoped_refptr<Attachment> /*attachment*/) {

Completed in 67 milliseconds