Home | History | Annotate | Download | only in cloud

Lines Matching defs:Request

27 // This class downloads external policy data. Given a |Request|, data is fetched
37 struct POLICY_EXPORT Request {
39 Request();
40 Request(const std::string& url, const std::string& hash, int64 max_size);
42 bool operator==(const Request& other) const;
53 // If the callback returns |true|, the data is accepted and the |Request| is
71 // Fetches the external data specified in the |request|. The |key| is an
72 // opaque identifier. If another request for the same |key| is still pending,
73 // it will be canceled and replaced with the new |request|. The callback will
77 const Request& request,
80 // Cancels the pending request identified by |key|. If no such request is