Searched refs:AttachmentId (Results 1 – 8 of 8) sorted by relevance
17 BrokerableAttachment::AttachmentId18 BrokerableAttachment::AttachmentId::CreateIdWithRandomNonce() { in CreateIdWithRandomNonce()21 return AttachmentId(); in CreateIdWithRandomNonce()25 BrokerableAttachment::AttachmentId::AttachmentId() { in AttachmentId() function in IPC::BrokerableAttachment::AttachmentId30 BrokerableAttachment::AttachmentId::AttachmentId(const char* start_address, in AttachmentId() function in IPC::BrokerableAttachment::AttachmentId37 void BrokerableAttachment::AttachmentId::SerializeToBuffer(char* start_address, in SerializeToBuffer()47 : id_(AttachmentId::CreateIdWithRandomNonce()) {} in BrokerableAttachment()49 BrokerableAttachment::BrokerableAttachment(const AttachmentId& id) : id_(id) {} in BrokerableAttachment()53 BrokerableAttachment::AttachmentId BrokerableAttachment::GetIdentifier() const { in GetIdentifier()
26 struct IPC_EXPORT AttachmentId { struct30 static AttachmentId CreateIdWithRandomNonce();35 AttachmentId();38 AttachmentId(const char* start_address, size_t size);43 bool operator==(const AttachmentId& rhs) const {47 bool operator<(const AttachmentId& rhs) const {60 AttachmentId GetIdentifier() const;78 BrokerableAttachment(const AttachmentId& id);84 const AttachmentId id_;
60 const BrokerableAttachment::AttachmentId& id) = 0;82 bool GetAttachmentWithId(BrokerableAttachment::AttachmentId id,125 void NotifyObservers(const BrokerableAttachment::AttachmentId& id);130 const BrokerableAttachment::AttachmentId& id);
160 BrokerableAttachment::AttachmentId id = attachments[i]->GetIdentifier(); in SerializedIdsOfBrokerableAttachments()214 BrokerableAttachment::AttachmentId id(attachment_start, in FindNext()237 BrokerableAttachment::AttachmentId id) { in AddPlaceholderBrokerableAttachmentWithId()
18 PlaceholderBrokerableAttachment(const AttachmentId& id) in PlaceholderBrokerableAttachment()
197 std::vector<BrokerableAttachment::AttachmentId> attachment_ids;220 BrokerableAttachment::AttachmentId id);
589 void ParamTraits<BrokerableAttachment::AttachmentId>::Write( in Write()595 bool ParamTraits<BrokerableAttachment::AttachmentId>::Read( in Read()606 void ParamTraits<BrokerableAttachment::AttachmentId>::Log(const param_type& p, in Log()
517 struct IPC_EXPORT ParamTraits<BrokerableAttachment::AttachmentId> {518 typedef BrokerableAttachment::AttachmentId param_type;