Searched defs:GetResponseCode (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_throttler_header_adapter.cc25 int URLRequestThrottlerHeaderAdapter::GetResponseCode() const { function in class:net::URLRequestThrottlerHeaderAdapter
H A Durl_request_redirect_job.cc72 int URLRequestRedirectJob::GetResponseCode() const { function in class:net::URLRequestRedirectJob
H A Durl_request_throttler_test_support.cc54 int MockURLRequestThrottlerHeaderAdapter::GetResponseCode() const { function in class:net::MockURLRequestThrottlerHeaderAdapter
H A Durl_request_test_job.cc260 int URLRequestTestJob::GetResponseCode() const { function in class:net::URLRequestTestJob
H A Durl_fetcher_impl.cc167 int URLFetcherImpl::GetResponseCode() const { function in class:net::URLFetcherImpl
168 return core_->GetResponseCode();
H A Durl_request_job.cc229 int URLRequestJob::GetResponseCode() const { function in class:net::URLRequestJob
H A Dtest_url_fetcher_factory.cc222 int TestURLFetcher::GetResponseCode() const { function in class:net::TestURLFetcher
H A Durl_fetcher_core.cc321 int URLFetcherCore::GetResponseCode() const { function in class:net::URLFetcherCore
384 response_code_ = request_->GetResponseCode();
395 response_code_ = request_->GetResponseCode();
H A Durl_request.cc455 int URLRequest::GetResponseCode() const { function in class:net::URLRequest
457 return job_->GetResponseCode();
H A Durl_request_http_job.cc69 virtual int GetResponseCode() const OVERRIDE;
135 int URLRequestHttpJob::HttpFilterContext::GetResponseCode() const { function in class:net::URLRequestHttpJob::HttpFilterContext
136 return job_->GetResponseCode();
1000 int URLRequestHttpJob::GetResponseCode() const { function in class:net::URLRequestHttpJob
1078 int code = GetResponseCode();
/external/chromium_org/net/filter/
H A Dmock_filter_context.cc63 int MockFilterContext::GetResponseCode() const { return response_code_; } function in class:net::MockFilterContext
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_read_from_cache_job.cc99 int ServiceWorkerReadFromCacheJob::GetResponseCode() const { function in class:content::ServiceWorkerReadFromCacheJob
H A Dservice_worker_write_to_cache_job.cc107 int ServiceWorkerWriteToCacheJob::GetResponseCode() const { function in class:content::ServiceWorkerWriteToCacheJob
338 if (request->GetResponseCode() / 100 != 2) {
H A Dservice_worker_url_request_job.cc101 int ServiceWorkerURLRequestJob::GetResponseCode() const { function in class:content::ServiceWorkerURLRequestJob
/external/chromium_org/content/browser/streams/
H A Dstream_url_request_job.cc146 int StreamURLRequestJob::GetResponseCode() const { function in class:content::StreamURLRequestJob
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc340 int AndroidStreamReaderURLRequestJob::GetResponseCode() const { function in class:AndroidStreamReaderURLRequestJob
343 return URLRequestJob::GetResponseCode();
/external/chromium_org/content/browser/appcache/
H A Dappcache_url_request_job.cc415 int AppCacheURLRequestJob::GetResponseCode() const { function in class:content::AppCacheURLRequestJob
/external/chromium_org/net/test/url_request/
H A Durl_request_mock_http_job.cc195 int URLRequestMockHTTPJob::GetResponseCode() const { function in class:net::URLRequestMockHTTPJob
201 return net::URLRequestJob::GetResponseCode();
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url_request_job.cc151 int FileSystemURLRequestJob::GetResponseCode() const { function in class:storage::FileSystemURLRequestJob
154 return URLRequestJob::GetResponseCode();
/external/chromium_org/storage/browser/blob/
H A Dblob_url_request_job.cc130 int BlobURLRequestJob::GetResponseCode() const { function in class:storage::BlobURLRequestJob
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc115 virtual int GetResponseCode() const OVERRIDE;
263 int URLRequestChromeJob::GetResponseCode() const { function in class:content::URLRequestChromeJob

Completed in 3349 milliseconds