Searched defs:GetLoadState (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/net/proxy/
H A Dproxy_resolver_winhttp.cc127 LoadState ProxyResolverWinHttp::GetLoadState(RequestHandle request) const { function in class:net::ProxyResolverWinHttp
H A Dmock_proxy_resolver.cc75 LoadState MockAsyncProxyResolverBase::GetLoadState( function in class:net::MockAsyncProxyResolverBase
H A Dproxy_resolver_mac.cc188 LoadState ProxyResolverMac::GetLoadState(RequestHandle request) const { function in class:net::ProxyResolverMac
H A Dmulti_threaded_proxy_resolver.cc432 LoadState MultiThreadedProxyResolver::GetLoadState(RequestHandle req) const { function in class:net::MultiThreadedProxyResolver
H A Dproxy_resolver_v8.cc741 LoadState ProxyResolverV8::GetLoadState(RequestHandle request) const { function in class:net::ProxyResolverV8
H A Dproxy_resolver_v8_tracing.cc105 LoadState GetLoadState() const;
367 LoadState ProxyResolverV8Tracing::Job::GetLoadState() const { function in class:net::ProxyResolverV8Tracing::Job
981 LoadState ProxyResolverV8Tracing::GetLoadState(RequestHandle request) const { function in class:net::ProxyResolverV8Tracing
983 return job->GetLoadState();
/external/chromium_org/net/socket/
H A Dclient_socket_handle.cc79 LoadState ClientSocketHandle::GetLoadState() const { function in class:net::ClientSocketHandle
86 return pool_->GetLoadState(group_name_, this);
H A Dwebsocket_transport_connect_sub_job.cc51 LoadState WebSocketTransportConnectSubJob::GetLoadState() const { function in class:net::WebSocketTransportConnectSubJob
H A Dsocks_client_socket_pool.cc64 LoadState SOCKSConnectJob::GetLoadState() const { function in class:net::SOCKSConnectJob
68 return transport_socket_handle_->GetLoadState();
264 LoadState SOCKSClientSocketPool::GetLoadState( function in class:net::SOCKSClientSocketPool
266 return base_.GetLoadState(group_name, handle);
H A Dtransport_client_socket_pool.cc215 LoadState TransportConnectJob::GetLoadState() const { function in class:net::TransportConnectJob
534 LoadState TransportClientSocketPool::GetLoadState( function in class:net::TransportClientSocketPool
536 return base_.GetLoadState(group_name, handle);
H A Dwebsocket_transport_client_socket_pool.cc64 LoadState WebSocketTransportConnectJob::GetLoadState() const { function in class:net::WebSocketTransportConnectJob
67 load_state = ipv6_job_->GetLoadState();
72 load_state = ipv4_job_->GetLoadState();
428 LoadState WebSocketTransportClientSocketPool::GetLoadState( function in class:net::WebSocketTransportClientSocketPool
435 return LookupConnectJob(handle)->GetLoadState();
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_read_from_cache_job.cc74 net::LoadState ServiceWorkerReadFromCacheJob::GetLoadState() const { function in class:content::ServiceWorkerReadFromCacheJob
H A Dservice_worker_write_to_cache_job.cc80 net::LoadState ServiceWorkerWriteToCacheJob::GetLoadState() const { function in class:content::ServiceWorkerWriteToCacheJob
84 return net_request_->GetLoadState().state;
H A Dservice_worker_url_request_job.cc72 net::LoadState ServiceWorkerURLRequestJob::GetLoadState() const { function in class:content::ServiceWorkerURLRequestJob
74 return net::URLRequestJob::GetLoadState();
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction.cc225 net::LoadState DevToolsNetworkTransaction::GetLoadState() const { function in class:DevToolsNetworkTransaction
226 return network_transaction_->GetLoadState();
/external/chromium_org/content/browser/appcache/
H A Dappcache_url_request_job.cc383 net::LoadState AppCacheURLRequestJob::GetLoadState() const { function in class:content::AppCacheURLRequestJob
/external/chromium_org/net/http/
H A Dfailing_http_transaction_factory.cc55 virtual LoadState GetLoadState() const OVERRIDE;
134 LoadState FailingHttpTransaction::GetLoadState() const { function in class:net::__anon9250::FailingHttpTransaction
H A Dhttp_stream_factory_impl_request.cc212 LoadState HttpStreamFactoryImpl::Request::GetLoadState() const { function in class:net::HttpStreamFactoryImpl::Request
214 return bound_job_->GetLoadState();
218 return (*jobs_.begin())->GetLoadState();
H A Dhttp_transaction_test_util.cc324 net::LoadState MockNetworkTransaction::GetLoadState() const { function in class:MockNetworkTransaction
H A Dhttp_proxy_client_socket_pool.cc106 LoadState HttpProxyConnectJob::GetLoadState() const { function in class:net::HttpProxyConnectJob
112 return transport_socket_handle_->GetLoadState();
505 LoadState HttpProxyClientSocketPool::GetLoadState( function in class:net::HttpProxyClientSocketPool
507 return base_.GetLoadState(group_name, handle);
H A Dhttp_network_transaction.cc403 LoadState HttpNetworkTransaction::GetLoadState() const { function in class:net::HttpNetworkTransaction
410 return stream_request_->GetLoadState();
H A Dhttp_stream_factory_impl_job.cc157 LoadState HttpStreamFactoryImpl::Job::GetLoadState() const { function in class:net::HttpStreamFactoryImpl::Job
160 return session_->proxy_service()->GetLoadState(pac_request_);
163 return using_quic_ ? LOAD_STATE_CONNECTING : connection_->GetLoadState();
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.cc286 LoadState URLRequestFtpJob::GetLoadState() const { function in class:net::URLRequestFtpJob
289 ftp_transaction_->GetLoadState() : LOAD_STATE_IDLE;
292 http_transaction_->GetLoadState() : LOAD_STATE_IDLE;
H A Durl_request_job.cc117 LoadState URLRequestJob::GetLoadState() const { function in class:net::URLRequestJob
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.cc305 LoadState FtpNetworkTransaction::GetLoadState() const { function in class:net::FtpNetworkTransaction

Completed in 3584 milliseconds

12