Home
last modified time | relevance | path

Searched refs:LoadState (Results 1 – 25 of 83) sorted by relevance

1234

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlundump.c28 } LoadState; typedef
30 static l_noret error(LoadState* S, const char* why) in error()
45 static void LoadBlock(LoadState* S, void* b, size_t size) in LoadBlock()
50 static int LoadChar(LoadState* S) in LoadChar()
57 static int LoadInt(LoadState* S) in LoadInt()
65 static lua_Number LoadNumber(LoadState* S) in LoadNumber()
72 static TString* LoadString(LoadState* S) in LoadString()
86 static void LoadCode(LoadState* S, Proto* f) in LoadCode()
94 static void LoadFunction(LoadState* S, Proto* f);
96 static void LoadConstants(LoadState* S, Proto* f) in LoadConstants()
[all …]
/external/chromium_org/net/base/
Dload_states.h14 enum LoadState { enum
26 LoadState state;
29 LoadStateWithParam(LoadState state, const base::string16& param) in LoadStateWithParam()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_navigation_observer.h49 enum LoadState { enum
61 LoadState load_state() const { return load_state_; } in load_state()
100 LoadState load_state_;
/external/chromium_org/net/http/
Dfailing_http_transaction_factory.cc55 virtual LoadState GetLoadState() const OVERRIDE;
134 LoadState FailingHttpTransaction::GetLoadState() const { in GetLoadState()
Dhttp_proxy_client_socket_pool.h117 virtual LoadState GetLoadState() const OVERRIDE;
231 virtual LoadState GetLoadState(
Dhttp_transaction.h140 virtual LoadState GetLoadState() const = 0;
Dhttp_cache_transaction.h100 LoadState GetWriterLoadState() const;
132 virtual LoadState GetLoadState() const OVERRIDE;
/external/chromium_org/net/socket/
Dsocks_client_socket_pool.h69 virtual LoadState GetLoadState() const OVERRIDE;
151 virtual LoadState GetLoadState(
Dwebsocket_transport_client_socket_pool.h68 virtual LoadState GetLoadState() const OVERRIDE;
156 virtual LoadState GetLoadState(
Dwebsocket_transport_connect_sub_job.h43 LoadState GetLoadState() const;
Dsocks_client_socket_pool.cc64 LoadState SOCKSConnectJob::GetLoadState() const { in GetLoadState()
264 LoadState SOCKSClientSocketPool::GetLoadState( in GetLoadState()
Dclient_socket_pool.h158 virtual LoadState GetLoadState(const std::string& group_name,
Dssl_client_socket_pool.h200 virtual LoadState GetLoadState() const OVERRIDE;
328 virtual LoadState GetLoadState(
Dtransport_client_socket_pool.h170 virtual LoadState GetLoadState() const OVERRIDE;
249 virtual LoadState GetLoadState(
/external/chromium_org/net/ftp/
Dftp_transaction.h71 virtual LoadState GetLoadState() const = 0;
/external/chromium_org/net/proxy/
Dproxy_resolver_mac.h32 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
Dproxy_resolver_winhttp.h31 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
Dproxy_resolver.h53 virtual LoadState GetLoadState(RequestHandle request) const = 0;
Dproxy_resolver_v8_tracing.h54 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
Dmulti_threaded_proxy_resolver.h100 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
Dproxy_resolver_v8.h91 virtual LoadState GetLoadState(RequestHandle request) const OVERRIDE;
Dmock_proxy_resolver.h82 virtual LoadState GetLoadState(RequestHandle request_handle) const OVERRIDE;
/external/chromium_org/chrome/browser/resources/net_internals/
Dmain.js22 var LoadState = null; variable
313 LoadState = Constants.loadState;
/external/chromium_org/content/browser/service_worker/
Dservice_worker_read_from_cache_job.h40 virtual net::LoadState GetLoadState() const OVERRIDE;
/external/chromium_org/net/url_request/
Durl_request_ftp_job.h65 virtual LoadState GetLoadState() const OVERRIDE;

1234