Home
last modified time | relevance | path

Searched refs:GetInfoAsValue (Results 1 – 18 of 18) sorted by relevance

/external/chromium/net/socket/
Dsocks_client_socket_pool.cc294 DictionaryValue* SOCKSClientSocketPool::GetInfoAsValue( in GetInfoAsValue() function in net::SOCKSClientSocketPool
298 DictionaryValue* dict = base_.GetInfoAsValue(name, type); in GetInfoAsValue()
301 list->Append(transport_pool_->GetInfoAsValue("transport_socket_pool", in GetInfoAsValue()
Dssl_client_socket_pool.cc603 DictionaryValue* SSLClientSocketPool::GetInfoAsValue( in GetInfoAsValue() function in net::SSLClientSocketPool
607 DictionaryValue* dict = base_.GetInfoAsValue(name, type); in GetInfoAsValue()
611 list->Append(transport_pool_->GetInfoAsValue("transport_socket_pool", in GetInfoAsValue()
616 list->Append(socks_pool_->GetInfoAsValue("socks_pool", in GetInfoAsValue()
621 list->Append(http_proxy_pool_->GetInfoAsValue("http_proxy_pool", in GetInfoAsValue()
Dtcp_client_socket_pool.cc340 DictionaryValue* TCPClientSocketPool::GetInfoAsValue( in GetInfoAsValue() function in net::TCPClientSocketPool
344 return base_.GetInfoAsValue(name, type); in GetInfoAsValue()
Dclient_socket_pool.h127 virtual DictionaryValue* GetInfoAsValue(const std::string& name,
Dclient_socket_pool_base.h298 DictionaryValue* GetInfoAsValue(const std::string& name,
743 DictionaryValue* GetInfoAsValue(const std::string& name, in GetInfoAsValue() function
745 return helper_.GetInfoAsValue(name, type); in GetInfoAsValue()
Dclient_socket_pool_manager.cc53 list->Append(it->second->GetInfoAsValue(it->first.ToString(), in AddSocketPoolsToList()
566 list->Append(transport_socket_pool_->GetInfoAsValue("transport_socket_pool", in SocketPoolInfoToValue()
572 list->Append(ssl_socket_pool_->GetInfoAsValue("ssl_socket_pool", in SocketPoolInfoToValue()
Dtransport_client_socket_pool.cc518 DictionaryValue* TransportClientSocketPool::GetInfoAsValue( in GetInfoAsValue() function in net::TransportClientSocketPool
522 return base_.GetInfoAsValue(name, type); in GetInfoAsValue()
Dtransport_client_socket_pool.h186 virtual DictionaryValue* GetInfoAsValue(const std::string& name,
Dtcp_client_socket_pool.h165 virtual DictionaryValue* GetInfoAsValue(const std::string& name,
Dsocks_client_socket_pool.h155 virtual DictionaryValue* GetInfoAsValue(const std::string& name,
Dssl_client_socket_pool.h232 virtual DictionaryValue* GetInfoAsValue(const std::string& name,
Dclient_socket_pool_base.cc540 DictionaryValue* ClientSocketPoolBaseHelper::GetInfoAsValue( in GetInfoAsValue() function in net::internal::ClientSocketPoolBaseHelper
Dclient_socket_pool_base_unittest.cc443 virtual DictionaryValue* GetInfoAsValue(const std::string& name, in GetInfoAsValue() function in net::__anon6f49baa30111::TestClientSocketPool
446 return base_.GetInfoAsValue(name, type); in GetInfoAsValue()
/external/chromium/net/http/
Dhttp_proxy_client_socket_pool.cc499 DictionaryValue* HttpProxyClientSocketPool::GetInfoAsValue( in GetInfoAsValue() function in net::HttpProxyClientSocketPool
503 DictionaryValue* dict = base_.GetInfoAsValue(name, type); in GetInfoAsValue()
507 list->Append(transport_pool_->GetInfoAsValue("transport_socket_pool", in GetInfoAsValue()
512 list->Append(ssl_pool_->GetInfoAsValue("ssl_socket_pool", in GetInfoAsValue()
Dhttp_proxy_client_socket_pool.h217 virtual DictionaryValue* GetInfoAsValue(const std::string& name,
/external/chromium/net/spdy/
Dspdy_session.h183 Value* GetInfoAsValue() const;
Dspdy_session_pool.cc172 list->Append(session->get()->GetInfoAsValue()); in SpdySessionPoolInfoToValue()
Dspdy_session.cc918 Value* SpdySession::GetInfoAsValue() const { in GetInfoAsValue() function in net::SpdySession