Home | History | Annotate | Download | only in common

Lines Matching refs:payload

66   struct Payload {
67 Payload(const base::Time& time,
70 Payload() {}
78 void operator()(Payload& payload);
80 typedef base::MRUCacheBase<std::string, Payload, CacheDeletor> Cache;
85 // Populates the payload parameter with the corresponding payload stored
89 Payload* payload);
91 // Returns a dictionary value for a given payload. The returned dictionary
94 base::DictionaryValue* DictFromPayload(const Payload& payload);