Lines Matching defs:ServiceWorkerURLRequestJob

33 ServiceWorkerURLRequestJob::ServiceWorkerURLRequestJob(
48 void ServiceWorkerURLRequestJob::FallbackToNetwork() {
54 void ServiceWorkerURLRequestJob::ForwardToServiceWorker() {
60 void ServiceWorkerURLRequestJob::Start() {
65 void ServiceWorkerURLRequestJob::Kill() {
72 net::LoadState ServiceWorkerURLRequestJob::GetLoadState() const {
77 bool ServiceWorkerURLRequestJob::GetCharset(std::string* charset) {
83 bool ServiceWorkerURLRequestJob::GetMimeType(std::string* mime_type) const {
89 void ServiceWorkerURLRequestJob::GetResponseInfo(net::HttpResponseInfo* info) {
96 void ServiceWorkerURLRequestJob::GetLoadTimingInfo(
101 int ServiceWorkerURLRequestJob::GetResponseCode() const {
107 void ServiceWorkerURLRequestJob::SetExtraRequestHeaders(
121 bool ServiceWorkerURLRequestJob::ReadRawData(
136 void ServiceWorkerURLRequestJob::OnReceivedRedirect(
143 void ServiceWorkerURLRequestJob::OnAuthRequired(
149 void ServiceWorkerURLRequestJob::OnCertificateRequested(
155 void ServiceWorkerURLRequestJob::OnSSLCertificateError(
162 void ServiceWorkerURLRequestJob::OnBeforeNetworkStart(net::URLRequest* request,
167 void ServiceWorkerURLRequestJob::OnResponseStarted(net::URLRequest* request) {
174 void ServiceWorkerURLRequestJob::OnReadCompleted(net::URLRequest* request,
186 const net::HttpResponseInfo* ServiceWorkerURLRequestJob::http_info() const {
194 void ServiceWorkerURLRequestJob::GetExtraResponseInfo(
213 ServiceWorkerURLRequestJob::~ServiceWorkerURLRequestJob() {
216 void ServiceWorkerURLRequestJob::MaybeStartRequest() {
221 base::Bind(&ServiceWorkerURLRequestJob::StartRequest,
226 void ServiceWorkerURLRequestJob::StartRequest() {
247 base::Bind(&ServiceWorkerURLRequestJob::DidPrepareFetchEvent,
249 base::Bind(&ServiceWorkerURLRequestJob::DidDispatchFetchEvent,
261 ServiceWorkerURLRequestJob::CreateFetchRequest() {
284 bool ServiceWorkerURLRequestJob::CreateRequestBodyBlob(std::string* blob_uuid,
348 void ServiceWorkerURLRequestJob::DidPrepareFetchEvent() {
352 void ServiceWorkerURLRequestJob::DidDispatchFetchEvent(
416 void ServiceWorkerURLRequestJob::CreateResponseHeader(
438 void ServiceWorkerURLRequestJob::CommitResponseHeader() {
444 void ServiceWorkerURLRequestJob::DeliverErrorResponse() {