Home | History | Annotate | Download | only in extensions

Lines Matching defs:PermissionMessage

123   // themselves. Each PermissionMessage represents one of the messages that is
125 class PermissionMessage {
150 static PermissionMessage CreateFromMessageId(MessageId message_id);
155 static PermissionMessage CreateFromHostList(
167 bool operator<(const PermissionMessage& that) const {
172 PermissionMessage(MessageId message_id, string16 message_);
185 typedef std::vector<PermissionMessage> PermissionMessages;
191 const PermissionMessage::MessageId message_id;
236 static PermissionMessage::MessageId GetPermissionMessageId(
756 std::set<PermissionMessage> GetSimplePermissionMessages() const;