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

123

/external/chromium/net/base/
H A Dload_states.h13 enum LoadState { enum in namespace:net
/external/chromium/net/ftp/
H A Dftp_transaction.h72 virtual LoadState GetLoadState() const = 0;
H A Dftp_network_transaction.h46 virtual LoadState GetLoadState() const;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFrameProxy.h66 enum LoadState { enum in class:WebKit::WebFrameProxy
88 LoadState loadState() const { return m_loadState; }
148 LoadState m_loadState;
/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;
H A Dhttp_cache_transaction.h89 // Returns the LoadState of the writer transaction of a given ActiveEntry. In
90 // other words, returns the LoadState of this transaction without asking the
93 LoadState GetWriterLoadState() const;
112 virtual LoadState GetLoadState() const;
H A Dhttp_proxy_client_socket_pool.h110 virtual LoadState GetLoadState() const;
214 virtual LoadState GetLoadState(const std::string& group_name,
H A Dhttp_network_transaction.h57 virtual LoadState GetLoadState() const;
H A Dhttp_stream_factory.h135 // Returns the LoadState for the request.
136 virtual LoadState GetLoadState() const = 0;
H A Dhttp_transaction_unittest.h181 virtual net::LoadState GetLoadState() const;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.h36 enum LoadState { enum in namespace:android
114 LoadState m_loadState;
/external/chromium/net/url_request/
H A Durl_request_ftp_job.h51 virtual LoadState GetLoadState() const;
H A Durl_request_http_job.h71 virtual LoadState GetLoadState() const;
H A Durl_request_job.h92 virtual LoadState GetLoadState() const;
/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,
H A Dsocks_client_socket_pool.cc83 LoadState SOCKSConnectJob::GetLoadState() const {
289 LoadState SOCKSClientSocketPool::GetLoadState(
H A Dssl_client_socket_pool.h117 virtual LoadState GetLoadState() const;
229 virtual LoadState GetLoadState(const std::string& group_name,
/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service.h179 enum LoadState { enum in class:TabRestoreService
251 // staging_entries_, and invokes LoadState.

Completed in 362 milliseconds

123