Home | History | Annotate | Download | only in appcache

Lines Matching defs:response_id

59         AppCacheResponseInfo* response_info, int64 response_id) {}
61 // If no response is found, entry.response_id() and
62 // fallback_entry.response_id() will be kNoResponseId.
105 const GURL& manifest_url, int64 group_id, int64 response_id,
158 const GURL& manifest_url, int64 group_id, int64 response_id) = 0;
238 int64 response_id, AppCacheStorage* storage);
241 int64 response_id() const { return response_id_; }
281 const GURL& manifest_url, int64 group_id, int64 response_id) {
283 pending_info_loads_.find(response_id);
286 return new ResponseInfoLoadTask(manifest_url, group_id, response_id, this);