OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLoadState
(Results
1 - 25
of
113
) sorted by null
1
2
3
4
5
/external/chromium/net/ftp/
ftp_transaction.h
72
virtual LoadState
GetLoadState
() const = 0;
/external/chromium_org/net/ftp/
ftp_transaction.h
71
virtual LoadState
GetLoadState
() const = 0;
/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;
/external/chromium_org/net/proxy/
proxy_resolver.h
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
87
virtual LoadState
GetLoadState
(RequestHandle request) const OVERRIDE;
/external/chromium/net/url_request/
url_request_ftp_job.h
51
virtual LoadState
GetLoadState
() const;
/external/chromium_org/net/http/
http_transaction.h
123
virtual LoadState
GetLoadState
() const = 0;
/external/chromium/net/socket/
client_socket_handle.cc
65
LoadState ClientSocketHandle::
GetLoadState
() const {
72
return pool_->
GetLoadState
(group_name_, this);
socks_client_socket_pool.cc
83
LoadState SOCKSConnectJob::
GetLoadState
() const {
87
return transport_socket_handle_->
GetLoadState
();
289
LoadState SOCKSClientSocketPool::
GetLoadState
(
291
return base_.
GetLoadState
(group_name, handle);
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_pool.h
120
virtual LoadState
GetLoadState
(const std::string& group_name,
/external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper.cc
53
web_contents()->
GetLoadState
().state == net::LOAD_STATE_IDLE) {
57
switch (web_contents()->
GetLoadState
().state) {
62
if (!web_contents()->
GetLoadState
().param.empty()) {
64
web_contents()->
GetLoadState
().param);
/external/chromium_org/net/socket/
socks_client_socket_pool.cc
64
LoadState SOCKSConnectJob::
GetLoadState
() const {
68
return transport_socket_handle_->
GetLoadState
();
264
LoadState SOCKSClientSocketPool::
GetLoadState
(
266
return base_.
GetLoadState
(group_name, handle);
client_socket_handle.cc
79
LoadState ClientSocketHandle::
GetLoadState
() const {
86
return pool_->
GetLoadState
(group_name_, this);
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
(
/external/chromium_org/net/url_request/
url_request_ftp_job.h
65
virtual LoadState
GetLoadState
() const OVERRIDE;
Completed in 954 milliseconds
1
2
3
4
5