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

  /external/chromium_org/content/common/service_worker/
service_worker_types.cc 22 ServiceWorkerResponse::ServiceWorkerResponse() : status_code(0) {}
24 ServiceWorkerResponse::ServiceWorkerResponse(
35 ServiceWorkerResponse::~ServiceWorkerResponse() {}
service_worker_types.h 54 // Service worker provided a ServiceWorkerResponse.
60 struct CONTENT_EXPORT ServiceWorkerResponse {
61 ServiceWorkerResponse();
62 ServiceWorkerResponse(int status_code,
66 ~ServiceWorkerResponse();
service_worker_messages.h 39 IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerResponse)
110 content::ServiceWorkerResponse)
  /external/chromium_org/content/browser/service_worker/
service_worker_fetch_dispatcher.h 27 const ServiceWorkerResponse&)> FetchCallback;
45 const ServiceWorkerResponse& response);
service_worker_fetch_dispatcher.cc 59 ServiceWorkerResponse());
72 const ServiceWorkerResponse& response) {
service_worker_browsertest.cc 41 ServiceWorkerResponse response;
84 const ServiceWorkerResponse& actual_response) {
313 ServiceWorkerResponse* response,
336 ServiceWorkerResponse* response,
498 ServiceWorkerResponse response;
542 ServiceWorkerResponse response;
service_worker_url_request_job.h 100 const ServiceWorkerResponse& response);
service_worker_version.h 54 const ServiceWorkerResponse&)> FetchCallback;
248 const ServiceWorkerResponse& response);
service_worker_version.cc 85 ServiceWorkerResponse());
424 ServiceWorkerResponse()));
572 const ServiceWorkerResponse& response) {
embedded_worker_test_helper.cc 133 ServiceWorkerResponse(200, "OK",
service_worker_url_request_job.cc 148 // the ServiceWorkerResponse.
218 const ServiceWorkerResponse& response) {
service_worker_url_request_job_unittest.cc 203 ServiceWorkerResponse(200,
  /external/chromium_org/content/renderer/service_worker/
service_worker_script_context.h 51 const ServiceWorkerResponse& response);
embedded_worker_context_client.cc 243 ServiceWorkerResponse());
258 ServiceWorkerResponse response(web_response.status(),
service_worker_script_context.cc 79 const ServiceWorkerResponse& response) {

Completed in 330 milliseconds