/external/chromium_org/net/quic/ |
D | quic_stream_factory.cc | 466 http_server_properties_(http_server_properties), in QuicStreamFactory() 530 http_server_properties_ && in Create() 531 http_server_properties_->WasAlternateProtocolRecentlyBroken( in Create() 842 if (http_server_properties_) { in CreateSession() 844 http_server_properties_->GetServerNetworkStats( in CreateSession() 906 if (!http_server_properties_) in ProcessGoingAwaySession() 914 http_server_properties_->SetServerNetworkStats(server_id.host_port_pair(), in ProcessGoingAwaySession() 928 if (!http_server_properties_->HasAlternateProtocol(server)) in ProcessGoingAwaySession() 938 http_server_properties_->GetAlternateProtocol(server); in ProcessGoingAwaySession() 947 http_server_properties_->SetBrokenAlternateProtocol(server); in ProcessGoingAwaySession() [all …]
|
D | quic_stream_factory.h | 239 base::WeakPtr<HttpServerProperties> http_server_properties_; variable
|
/external/chromium_org/net/url_request/ |
D | url_request_context.h | 149 http_server_properties_ = http_server_properties; in NON_EXPORTED_BASE() 152 return http_server_properties_; in NON_EXPORTED_BASE() 231 base::WeakPtr<HttpServerProperties> http_server_properties_; in NON_EXPORTED_BASE() local
|
D | url_request_context_storage.cc | 88 http_server_properties_ = http_server_properties.Pass(); in set_http_server_properties() 89 context_->set_http_server_properties(http_server_properties_->GetWeakPtr()); in set_http_server_properties()
|
D | url_request_context_storage.h | 89 scoped_ptr<HttpServerProperties> http_server_properties_; variable
|
D | url_request_context.cc | 53 set_http_server_properties(other->http_server_properties_); in CopyFrom()
|
/external/chromium_org/net/http/ |
D | http_response_body_drainer_unittest.cc | 212 http_server_properties_(new HttpServerPropertiesImpl()), in HttpResponseBodyDrainerTest() 223 params.http_server_properties = http_server_properties_->GetWeakPtr(); in CreateNetworkSession() 229 scoped_ptr<HttpServerPropertiesImpl> http_server_properties_; member in net::__anon270b8f660111::HttpResponseBodyDrainerTest
|
D | http_network_transaction_ssl_unittest.cc | 78 http_server_properties_.GetWeakPtr(); in SetUp() 100 HttpServerPropertiesImpl http_server_properties_; member in net::HttpNetworkTransactionSSLTest
|
D | http_network_session.h | 166 return http_server_properties_; in http_server_properties() 217 const base::WeakPtr<HttpServerProperties> http_server_properties_; variable
|
D | http_network_session.cc | 105 http_server_properties_(params.http_server_properties), in HttpNetworkSession() 150 CHECK(http_server_properties_); in HttpNetworkSession()
|
D | http_network_layer_unittest.cc | 47 http_server_properties_.GetWeakPtr(); in ConfigureTestDependencies() 264 HttpServerPropertiesImpl http_server_properties_; member in net::__anon255b366c0111::HttpNetworkLayerTest
|
/external/chromium_org/net/spdy/ |
D | spdy_session_pool.h | 126 return http_server_properties_; in http_server_properties() 192 const base::WeakPtr<HttpServerProperties> http_server_properties_; variable
|
D | spdy_session_pool.cc | 43 : http_server_properties_(http_server_properties), in SpdySessionPool() 100 http_server_properties_, in CreateAvailableSessionFromSocket() 296 http_server_properties_->ClearAllSpdySettings(); in OnIPAddressChanged()
|
D | spdy_session.cc | 549 http_server_properties_(http_server_properties), in SpdySession() 2012 http_server_properties_->ClearSpdySettings(host_port_pair()); in OnSettings() 2039 http_server_properties_->SetSpdySetting( in OnSetting() 2657 http_server_properties_->GetSpdySettings(host_port_pair()); in SendInitialData() 2873 http_server_properties_->GetSpdySettings(host_port_pair()); in RecordHistograms()
|
D | spdy_session.h | 950 const base::WeakPtr<HttpServerProperties> http_server_properties_; variable
|
/external/chromium_org/content/browser/loader/ |
D | resource_scheduler_unittest.cc | 131 context_.set_http_server_properties(http_server_properties_.GetWeakPtr()); in ResourceSchedulerTest() 210 net::HttpServerPropertiesImpl http_server_properties_; member in content::__anoncf5402eb0111::ResourceSchedulerTest 242 http_server_properties_.SetSupportsSpdy( in TEST_F() 517 http_server_properties_.SetSupportsSpdy( in TEST_F() 527 http_server_properties_.SetSupportsSpdy( in TEST_F()
|
/external/chromium_org/google_apis/gcm/tools/ |
D | mcs_probe.cc | 241 scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_; member in gcm::__anon0840339b0111::MCSProbe 394 http_server_properties_.reset(new net::HttpServerPropertiesImpl()); in InitializeNetworkState() 409 http_server_properties_->GetWeakPtr(); in BuildNetworkSession()
|
/external/chromium_org/chrome/browser/profiles/ |
D | profile_io_data.h | 555 http_server_properties_; variable
|
D | profile_io_data.cc | 793 return http_server_properties_->GetWeakPtr(); in http_server_properties() 798 http_server_properties_ = http_server_properties.Pass(); in set_http_server_properties()
|
/external/chromium_org/net/socket/ |
D | ssl_client_socket_pool_unittest.cc | 189 http_server_properties_.GetWeakPtr(); in CreateNetworkSession() 204 HttpServerPropertiesImpl http_server_properties_; member in net::__anone0d08f210111::SSLClientSocketPoolTest
|