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

1 2 3

  /external/chromium/net/base/
load_states.h 13 enum LoadState {
  /external/chromium/net/ftp/
ftp_transaction.h 72 virtual LoadState GetLoadState() const = 0;
ftp_network_transaction.h 46 virtual LoadState GetLoadState() const;
  /external/chromium/net/http/
http_transaction.h 103 virtual LoadState GetLoadState() const = 0;
http_proxy_client_socket_pool.h 110 virtual LoadState GetLoadState() const;
214 virtual LoadState GetLoadState(const std::string& group_name,
http_stream_factory_impl_request.h 84 virtual LoadState GetLoadState() const;
http_stream_factory.h 135 // Returns the LoadState for the request.
136 virtual LoadState GetLoadState() const = 0;
http_stream_factory_impl_job.h 54 LoadState GetLoadState() const;
http_cache_transaction.h 89 // 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;
http_network_transaction.h 57 virtual LoadState GetLoadState() const;
  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.h 66 enum LoadState {
88 LoadState loadState() const { return m_loadState; }
148 LoadState m_loadState;
  /external/chromium/net/url_request/
url_request_ftp_job.h 51 virtual LoadState GetLoadState() const;
url_request_http_job.h 71 virtual LoadState GetLoadState() const;
url_request_job.h 92 virtual LoadState GetLoadState() const;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 36 enum LoadState {
112 LoadState m_loadState;
  /external/chromium/net/socket/
socks_client_socket_pool.h 74 virtual LoadState GetLoadState() const;
152 virtual LoadState GetLoadState(const std::string& group_name,
tcp_client_socket_pool.h 79 virtual LoadState GetLoadState() const;
162 virtual LoadState GetLoadState(const std::string& group_name,
transport_client_socket_pool.h 79 virtual LoadState GetLoadState() const;
183 virtual LoadState GetLoadState(const std::string& group_name,
client_socket_handle.cc 65 LoadState ClientSocketHandle::GetLoadState() const {
client_socket_pool.h 119 // Determine the LoadState of a connecting ClientSocketHandle.
120 virtual LoadState GetLoadState(const std::string& group_name,
client_socket_handle.h 92 LoadState GetLoadState() const;
socks_client_socket_pool.cc 83 LoadState SOCKSConnectJob::GetLoadState() const {
289 LoadState SOCKSClientSocketPool::GetLoadState(
ssl_client_socket_pool.h 117 virtual LoadState GetLoadState() const;
229 virtual LoadState GetLoadState(const std::string& group_name,
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.h 362 enum LoadState { WaitingForSource, LoadingFromSrcAttr, LoadingFromSourceElement };
363 LoadState m_loadState;
  /external/chromium/chrome/browser/sessions/
tab_restore_service.h 179 enum LoadState {
251 // staging_entries_, and invokes LoadState.

Completed in 402 milliseconds

1 2 3