Searched refs:ServiceWorkerResponse (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/common/service_worker/
H A Dservice_worker_types.cc27 ServiceWorkerResponse::ServiceWorkerResponse() : status_code(0) {} function in class:content::ServiceWorkerResponse
29 ServiceWorkerResponse::ServiceWorkerResponse( function in class:content::ServiceWorkerResponse
41 ServiceWorkerResponse::~ServiceWorkerResponse() {}
H A Dservice_worker_types.h41 // Service worker provided a ServiceWorkerResponse.
75 struct CONTENT_EXPORT ServiceWorkerResponse { struct in namespace:content
76 ServiceWorkerResponse();
77 ServiceWorkerResponse(const GURL& url,
82 ~ServiceWorkerResponse();
116 ServiceWorkerResponse response;
H A Dservice_worker_messages.h47 IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerResponse)
165 content::ServiceWorkerResponse)
386 content::ServiceWorkerResponse)
389 std::vector<content::ServiceWorkerResponse>)
395 std::vector<content::ServiceWorkerResponse>)
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_fetch_dispatcher.h23 const ServiceWorkerResponse&)> FetchCallback;
42 const ServiceWorkerResponse& response);
H A Dservice_worker_fetch_dispatcher.cc57 ServiceWorkerResponse());
82 const ServiceWorkerResponse& response) {
H A Dservice_worker_cache.h49 scoped_ptr<ServiceWorkerResponse>,
72 scoped_ptr<ServiceWorkerResponse> response,
109 scoped_ptr<ServiceWorkerResponse> response,
H A Dservice_worker_cache.cc167 scoped_ptr<ServiceWorkerResponse> response,
173 void PutDidWriteHeaders(scoped_ptr<ServiceWorkerResponse> response,
202 scoped_ptr<ServiceWorkerResponse> response,
208 scoped_ptr<ServiceWorkerResponse> response,
233 scoped_ptr<ServiceWorkerResponse> response,
302 void PutDidWriteHeaders(scoped_ptr<ServiceWorkerResponse> response,
355 scoped_ptr<ServiceWorkerResponse>(),
419 scoped_ptr<ServiceWorkerResponse>(),
424 scoped_ptr<ServiceWorkerResponse> response(
425 new ServiceWorkerResponse(reques
[all...]
H A Dservice_worker_cache_unittest.cc108 body_response_ = ServiceWorkerResponse(GURL("http://example.com/body.html"),
114 no_body_response_ = ServiceWorkerResponse(
127 scoped_ptr<ServiceWorkerResponse> CopyFetchResponse(
128 const ServiceWorkerResponse& response) {
129 return make_scoped_ptr(new ServiceWorkerResponse(response.url,
137 const ServiceWorkerResponse& response) {
207 scoped_ptr<ServiceWorkerResponse> response,
254 ServiceWorkerResponse body_response_;
256 ServiceWorkerResponse no_body_response_;
261 scoped_ptr<ServiceWorkerResponse> callback_response
[all...]
H A Dservice_worker_cache_storage_manager_unittest.cc95 scoped_ptr<ServiceWorkerResponse> response,
186 scoped_ptr<ServiceWorkerResponse> response(new ServiceWorkerResponse());
230 scoped_ptr<ServiceWorkerResponse> callback_cache_response_;
H A Dservice_worker_version.h52 const ServiceWorkerResponse&)> FetchCallback;
261 const ServiceWorkerResponse& response);
H A Dservice_worker_url_request_job.h124 const ServiceWorkerResponse& response);
H A Dservice_worker_browsertest.cc49 ServiceWorkerResponse response;
100 const ServiceWorkerResponse& actual_response) {
472 ServiceWorkerResponse* response,
497 ServiceWorkerResponse* response,
697 ServiceWorkerResponse response;
741 ServiceWorkerResponse response;
H A Dservice_worker_version.cc87 ServiceWorkerResponse());
451 ServiceWorkerResponse()));
610 const ServiceWorkerResponse& response) {
H A Dembedded_worker_test_helper.cc150 ServiceWorkerResponse(
H A Dservice_worker_url_request_job_unittest.cc202 ServiceWorkerResponse(
H A Dservice_worker_url_request_job.cc169 // the ServiceWorkerResponse.
355 const ServiceWorkerResponse& response) {
/external/chromium_org/content/renderer/service_worker/
H A Dservice_worker_cache_storage_dispatcher.h23 struct ServiceWorkerResponse;
61 const ServiceWorkerResponse& response);
64 const std::vector<ServiceWorkerResponse>& response);
69 const std::vector<ServiceWorkerResponse>& response);
H A Dservice_worker_script_context.h53 const ServiceWorkerResponse& response);
H A Dservice_worker_cache_storage_dispatcher.cc83 ServiceWorkerResponse ResponseFromWebResponse(
88 return ServiceWorkerResponse(
95 const ServiceWorkerResponse& response,
110 const std::vector<ServiceWorkerResponse>& responses) {
377 const ServiceWorkerResponse& response) {
389 const std::vector<ServiceWorkerResponse>& responses) {
414 const std::vector<ServiceWorkerResponse>& responses) {
H A Dembedded_worker_context_client.cc275 ServiceWorkerResponse());
290 ServiceWorkerResponse response(web_response.url(),
H A Dservice_worker_script_context.cc90 const ServiceWorkerResponse& response) {

Completed in 320 milliseconds