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

1 2 3 4

  /external/chromium_org/net/base/
load_states.h 14 enum LoadState {
26 LoadState state;
29 LoadStateWithParam(LoadState state, const base::string16& param)
  /external/chromium_org/net/ftp/
ftp_transaction.h 71 virtual LoadState GetLoadState() const = 0;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_navigation_observer.h 48 enum LoadState {
60 LoadState load_state() const { return load_state_; }
99 LoadState load_state_;
  /external/chromium_org/third_party/skia/third_party/lua/src/
lundump.c 28 } LoadState;
30 static l_noret error(LoadState* S, const char* why)
45 static void LoadBlock(LoadState* S, void* b, size_t size)
50 static int LoadChar(LoadState* S)
57 static int LoadInt(LoadState* S)
65 static lua_Number LoadNumber(LoadState* S)
72 static TString* LoadString(LoadState* S)
86 static void LoadCode(LoadState* S, Proto* f)
94 static void LoadFunction(LoadState* S, Proto* f);
96 static void LoadConstants(LoadState* S, Proto* f
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver.h 52 // Gets the LoadState for |request|.
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;
mock_proxy_resolver.cc 75 LoadState MockAsyncProxyResolverBase::GetLoadState(
proxy_resolver_winhttp.cc 127 LoadState ProxyResolverWinHttp::GetLoadState(RequestHandle request) const {
  /external/chromium_org/net/http/
http_transaction.h 131 virtual LoadState GetLoadState() const = 0;
failing_http_transaction_factory.cc 55 virtual LoadState GetLoadState() const OVERRIDE;
132 LoadState FailingHttpTransaction::GetLoadState() const {
http_stream_factory.h 162 // Returns the LoadState for the request.
163 virtual LoadState GetLoadState() const = 0;
http_stream_factory_impl_request.h 104 virtual LoadState GetLoadState() const OVERRIDE;
  /external/chromium_org/content/browser/service_worker/
service_worker_read_from_cache_job.h 38 virtual net::LoadState GetLoadState() const OVERRIDE;
service_worker_url_request_job.h 50 virtual net::LoadState GetLoadState() const OVERRIDE;
service_worker_write_to_cache_job.h 47 virtual net::LoadState GetLoadState() const OVERRIDE;
  /external/chromium_org/net/url_request/
url_request_ftp_job.h 65 virtual LoadState GetLoadState() const OVERRIDE;
  /external/chromium_org/net/socket/
socks_client_socket_pool.h 69 virtual LoadState GetLoadState() const OVERRIDE;
151 virtual LoadState GetLoadState(
transport_client_socket_pool.h 79 virtual LoadState GetLoadState() const OVERRIDE;
175 virtual LoadState GetLoadState(
client_socket_pool.h 157 // Determine the LoadState of a connecting ClientSocketHandle.
158 virtual LoadState GetLoadState(const std::string& group_name,
  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction.h 99 virtual net::LoadState GetLoadState() const OVERRIDE;

Completed in 525 milliseconds

1 2 3 4