Searched refs:is_io_pending (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_status.h48 bool is_io_pending() const { function in class:net::URLRequestStatus
H A Durl_request_job.cc308 DCHECK(!request_->status().is_io_pending());
386 DCHECK(!request_->status().is_io_pending());
694 DCHECK(!request_->status().is_io_pending());
703 if (!request_->status().is_io_pending()) {
H A Durl_request_test_util.cc241 DCHECK(!request->status().is_io_pending());
261 else if (!request->status().is_io_pending())
268 DCHECK(!request->status().is_io_pending());
296 if (!request->status().is_io_pending())
H A Durl_fetcher_core.cc452 if (!status.is_io_pending() || request_type_ == URLFetcher::HEAD) {
/external/chromium_org/content/browser/fileapi/
H A Dmock_url_request_delegate.cc49 if (!request->status().is_io_pending())
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_url_fetcher.cc40 DCHECK(!url_fetcher_ || !url_fetcher_->GetStatus().is_io_pending());
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_write_to_cache_job.cc126 if (status.is_io_pending())
181 if (net_request_->status().is_io_pending())
189 DCHECK(GetStatus().is_io_pending());
383 DCHECK(!status.is_io_pending());
H A Dservice_worker_url_request_job.cc131 if (status.is_io_pending())
/external/chromium_org/components/captive_portal/
H A Dcaptive_portal_detector.cc79 DCHECK(!url_fetcher->GetStatus().is_io_pending());
/external/chromium_org/content/browser/download/
H A Dsave_file_resource_handler.cc108 render_process_id_, status.is_success() && !status.is_io_pending()));
/external/chromium_org/cloud_print/service/
H A Dservice_state.cc44 if (request->status().is_io_pending())
53 if (!request->status().is_io_pending())
/external/chromium_org/net/base/
H A Dsdch_dictionary_fetcher.cc203 if (current_request_->status().is_io_pending())
/external/chromium_org/remoting/host/
H A Dtoken_validator_base.cc103 if (!status.is_io_pending()) {
/external/chromium_org/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc275 DCHECK(!request_->status().is_io_pending());
291 DCHECK(!request_->status().is_io_pending());
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl.cc253 if (!request->status().is_io_pending())
/external/chromium_org/storage/browser/fileapi/
H A Dfile_writer_delegate.cc119 } else if (!request_->status().is_io_pending()) {
/external/chromium_org/mojo/services/network/
H A Durl_loader_impl.cc359 if (url_request_->status().is_io_pending()) {
/external/chromium_org/net/test/spawned_test_server/
H A Dspawner_communicator.cc273 if (!request->status().is_io_pending())
/external/chromium_org/chrome/browser/net/
H A Dconnection_tester.cc376 } else if (!request->status().is_io_pending()) {
/external/chromium_org/storage/browser/blob/
H A Dblob_url_request_job.cc389 if (GetStatus().is_io_pending())
/external/chromium_org/content/browser/loader/
H A Dresource_loader.cc574 if (request_->status().is_io_pending())
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc324 if (!request_->status().is_io_pending()) {
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job.cc246 if (data_consumed && !request->status().is_io_pending()) {

Completed in 947 milliseconds