HomeSort by relevance Sort by last modified time
    Searched refs:GetLoadState (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium_org/net/ftp/
ftp_transaction.h 71 virtual LoadState GetLoadState() const = 0;
  /external/chromium_org/net/proxy/
proxy_resolver.h 53 virtual LoadState GetLoadState(RequestHandle request) const = 0;
proxy_resolver_mac.h 32 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
proxy_resolver_winhttp.h 31 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
proxy_resolver_v8_tracing.h 54 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
multi_threaded_proxy_resolver.h 100 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
proxy_resolver_v8.h 91 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
mock_proxy_resolver.h 82 virtual LoadState GetLoadState(RequestHandle request_handle) const OVERRIDE;
  /external/chromium_org/net/socket/
websocket_transport_connect_sub_job.h 43 LoadState GetLoadState() const;
socks_client_socket_pool.cc 64 LoadState SOCKSConnectJob::GetLoadState() const {
68 return transport_socket_handle_->GetLoadState();
264 LoadState SOCKSClientSocketPool::GetLoadState(
266 return base_.GetLoadState(group_name, handle);
client_socket_handle.cc 79 LoadState ClientSocketHandle::GetLoadState() const {
86 return pool_->GetLoadState(group_name_, this);
socks_client_socket_pool.h 69 virtual LoadState GetLoadState() const OVERRIDE;
151 virtual LoadState GetLoadState(
client_socket_pool.h 158 virtual LoadState GetLoadState(const std::string& group_name,
  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.cc 52 web_contents()->GetLoadState().state == net::LOAD_STATE_IDLE) {
56 switch (web_contents()->GetLoadState().state) {
61 if (!web_contents()->GetLoadState().param.empty()) {
63 web_contents()->GetLoadState().param);
  /external/chromium_org/content/browser/service_worker/
service_worker_read_from_cache_job.h 40 virtual net::LoadState GetLoadState() const OVERRIDE;
service_worker_write_to_cache_job.h 57 virtual net::LoadState GetLoadState() const OVERRIDE;
  /external/chromium_org/net/http/
http_transaction.h 140 virtual LoadState GetLoadState() const = 0;
failing_http_transaction_factory.cc 55 virtual LoadState GetLoadState() const OVERRIDE;
134 LoadState FailingHttpTransaction::GetLoadState() const {
http_stream_factory.h 163 virtual LoadState GetLoadState() const = 0;
http_stream_factory_impl_request.cc 212 LoadState HttpStreamFactoryImpl::Request::GetLoadState() const {
214 return bound_job_->GetLoadState();
218 return (*jobs_.begin())->GetLoadState();
http_proxy_client_socket_pool.cc 106 LoadState HttpProxyConnectJob::GetLoadState() const {
112 return transport_socket_handle_->GetLoadState();
505 LoadState HttpProxyClientSocketPool::GetLoadState(
507 return base_.GetLoadState(group_name, handle);
  /external/chromium_org/net/url_request/
url_request_ftp_job.h 65 virtual LoadState GetLoadState() const OVERRIDE;
url_request_ftp_job.cc 286 LoadState URLRequestFtpJob::GetLoadState() const {
289 ftp_transaction_->GetLoadState() : LOAD_STATE_IDLE;
292 http_transaction_->GetLoadState() : LOAD_STATE_IDLE;
  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction.h 99 virtual net::LoadState GetLoadState() const OVERRIDE;
  /external/chromium_org/content/browser/appcache/
appcache_url_request_job.h 136 virtual net::LoadState GetLoadState() const OVERRIDE;

Completed in 363 milliseconds

1 2 3 4