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

  /external/libmojo/ipc/
ipc_message.cc 80 attachment_set_ = other.attachment_set_;
94 attachment_set_ = other.attachment_set_;
108 if (attachment_set_.get() == NULL)
109 attachment_set_ = new MessageAttachmentSet;
192 MessageAttachmentSet* attachment_set = attachment_set_.get();
202 return attachment_set_.get() && !attachment_set_->empty();
ipc_message.h 265 scoped_refptr<MessageAttachmentSet> attachment_set_; member in class:IPC::Message
272 return attachment_set_.get();
275 return attachment_set_.get();

Completed in 719 milliseconds