Searched defs:response_type_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_in_memory_cache.h46 SpecialResponseType response_type() const { return response_type_; }
60 SpecialResponseType response_type_; member in class:net::QuicInMemoryCache::Response
/external/chromium_org/net/tools/quic/
H A Dquic_in_memory_cache.h44 Response() : response_type_(REGULAR_RESPONSE) {}
47 SpecialResponseType response_type() const { return response_type_; }
61 SpecialResponseType response_type_; member in class:net::tools::QuicInMemoryCache::Response
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_url_request_job.h48 return response_type_ == FALLBACK_TO_NETWORK;
51 return response_type_ == FORWARD_TO_SERVICE_WORKER;
107 // We start processing the request if Start() is called AND response_type_
147 ResponseType response_type_; member in class:content::ServiceWorkerURLRequestJob

Completed in 67 milliseconds