Searched refs:LoadState (Results 1 - 25 of 118) sorted by relevance

12345

/external/chromium_org/net/base/
H A Dload_states.h14 enum LoadState { enum in namespace:net
26 LoadState state;
29 LoadStateWithParam(LoadState state, const base::string16& param)
/external/chromium/net/base/
H A Dload_states.h13 enum LoadState { enum in namespace:net
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.h50 enum LoadState { enum in class:OmniboxNavigationObserver
62 LoadState load_state() const { return load_state_; }
103 LoadState load_state_;
/external/chromium/net/ftp/
H A Dftp_transaction.h72 virtual LoadState GetLoadState() const = 0;
/external/chromium_org/net/ftp/
H A Dftp_transaction.h71 virtual LoadState GetLoadState() const = 0;
/external/chromium_org/net/proxy/
H A Dproxy_resolver_mac.h32 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
H A Dproxy_resolver_winhttp.h31 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
H A Dproxy_resolver.h52 // Gets the LoadState for |request|.
53 virtual LoadState GetLoadState(RequestHandle request) const = 0;
H A Dmulti_threaded_proxy_resolver.h100 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
H A Dproxy_resolver_v8.h87 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
H A Dproxy_resolver_v8_tracing.h54 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
/external/chromium/net/http/
H A Dhttp_transaction.h103 virtual LoadState GetLoadState() const = 0;
H A Dhttp_stream_factory_impl_request.h84 virtual LoadState GetLoadState() const;
H A Dhttp_stream_factory_impl_job.h54 LoadState GetLoadState() const;
/external/chromium/net/url_request/
H A Durl_request_ftp_job.h51 virtual LoadState GetLoadState() const;
/external/chromium_org/net/http/
H A Dhttp_transaction.h123 virtual LoadState GetLoadState() const = 0;
/external/chromium/net/socket/
H A Dsocks_client_socket_pool.h74 virtual LoadState GetLoadState() const;
152 virtual LoadState GetLoadState(const std::string& group_name,
H A Dtcp_client_socket_pool.h79 virtual LoadState GetLoadState() const;
162 virtual LoadState GetLoadState(const std::string& group_name,
H A Dtransport_client_socket_pool.h79 virtual LoadState GetLoadState() const;
183 virtual LoadState GetLoadState(const std::string& group_name,
H A Dclient_socket_handle.cc65 LoadState ClientSocketHandle::GetLoadState() const {
H A Dclient_socket_handle.h92 LoadState GetLoadState() const;
H A Dclient_socket_pool.h119 // Determine the LoadState of a connecting ClientSocketHandle.
120 virtual LoadState GetLoadState(const std::string& group_name,
/external/chromium_org/net/socket/
H A Dsocks_client_socket_pool.h69 virtual LoadState GetLoadState() const OVERRIDE;
151 virtual LoadState GetLoadState(
H A Dtransport_client_socket_pool.h79 virtual LoadState GetLoadState() const OVERRIDE;
175 virtual LoadState GetLoadState(
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.h65 virtual LoadState GetLoadState() const OVERRIDE;

Completed in 828 milliseconds

12345