HomeSort by relevance Sort by last modified time
    Searched defs:ServiceWorkerResponse (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/service_worker/
service_worker_types.cc 27 ServiceWorkerResponse::ServiceWorkerResponse() : status_code(0) {}
29 ServiceWorkerResponse::ServiceWorkerResponse(
41 ServiceWorkerResponse::~ServiceWorkerResponse() {}
service_worker_types.h 41 // Service worker provided a ServiceWorkerResponse.
75 struct CONTENT_EXPORT ServiceWorkerResponse {
76 ServiceWorkerResponse();
77 ServiceWorkerResponse(const GURL& url,
82 ~ServiceWorkerResponse();
116 ServiceWorkerResponse response;

Completed in 418 milliseconds