Home | History | Annotate | Download | only in ipc

Lines Matching defs:Message

47 Message::~Message() {
50 Message::Message() : base::Pickle(sizeof(Header)) {
60 Message::Message(int32_t routing_id, uint32_t type, PriorityValue priority)
73 Message::Message(const char* data, int data_len)
78 Message::Message(const Message& other) : base::Pickle(other) {
83 void Message::Init() {
92 Message& Message::operator=(const Message& other) {
98 void Message::SetHeaderValues(int32_t routing, uint32_t type, uint32_t flags) {
99 // This should only be called when the message is already empty.
107 void Message::EnsureMessageAttachmentSet() {
113 void Message::set_sent_time(int64_t time) {
119 int64_t Message::sent_time() const {
128 void Message::set_received_time(int64_t time) const {
133 Message::NextMessageInfo::NextMessageInfo()
136 Message::NextMessageInfo::~NextMessageInfo() {}
139 void Message::FindNext(const char* range_start,
167 bool Message::WriteAttachment(
185 bool Message::ReadAttachment(
201 bool Message::HasAttachments() const {