/external/chromium/net/http/ |
D | http_network_layer.cc | 146 trans->reset(new HttpNetworkTransaction(GetSession())); in CreateTransaction() 154 HttpNetworkSession* HttpNetworkLayer::GetSession() { in GetSession() function in net::HttpNetworkLayer
|
D | http_transaction_factory.h | 31 virtual HttpNetworkSession* GetSession() = 0;
|
D | http_network_layer.h | 62 virtual HttpNetworkSession* GetSession();
|
D | http_transaction_unittest.h | 206 virtual net::HttpNetworkSession* GetSession();
|
D | http_cache.cc | 457 HttpNetworkSession* session = network->GetSession(); in CloseAllConnections() 465 HttpNetworkSession* session = network->GetSession(); in CloseIdleConnections() 483 HttpNetworkSession* HttpCache::GetSession() { in GetSession() function in net::HttpCache 486 return network->GetSession(); in GetSession()
|
D | http_cache.h | 188 virtual HttpNetworkSession* GetSession();
|
D | http_transaction_unittest.cc | 338 net::HttpNetworkSession* MockNetworkLayer::GetSession() { in GetSession() function in MockNetworkLayer
|
D | http_cache_transaction.cc | 907 if (cache_->GetSession() && cache_->GetSession()->network_delegate()) { in DoNotifyBeforeSendHeaders() 910 return cache_->GetSession()->network_delegate()->NotifyBeforeSendHeaders( in DoNotifyBeforeSendHeaders()
|
/external/chromium/chrome/browser/net/ |
D | preconnect.cc | 54 net::HttpNetworkSession* session = factory->GetSession(); in PreconnectOnIOThread()
|
/external/chromium/chrome/browser/sync/glue/ |
D | http_bridge_unittest.cc | 64 http_transaction_factory()->GetSession(); in TestSameHttpNetworkSession() 68 http_transaction_factory()->GetSession()); in TestSameHttpNetworkSession()
|
D | http_bridge.cc | 89 baseline_context->http_transaction_factory()->GetSession(); in RequestContext()
|
/external/chromium/chrome/browser/profiles/ |
D | profile_impl_io_data.cc | 240 net::HttpNetworkSession* main_network_session = main_cache->GetSession(); in LazyInitializeInternal() 319 main_http_factory_->GetSession(); in InitializeAppRequestContext()
|
D | off_the_record_profile_io_data.cc | 203 main_http_factory_->GetSession(); in InitializeAppRequestContext()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | sessionmanager.h | 83 Session *GetSession(const std::string& sid);
|
D | sessionmanager.cc | 116 Session* SessionManager::GetSession(const std::string& sid) { in GetSession() function in cricket::SessionManager
|
/external/chromium/chrome/browser/policy/ |
D | device_management_service.cc | 53 base_context->http_transaction_factory()->GetSession())); in DeviceManagementRequestContext()
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebCache.cpp | 143 net::HttpNetworkSession* session = m_cache->GetSession(); in certTrustChangedImpl()
|
/external/chromium/chrome/browser/ui/webui/ |
D | net_internals_ui.cc | 106 return context->http_transaction_factory()->GetSession(); in GetHttpNetworkSession()
|