Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_network_layer.cc146 trans->reset(new HttpNetworkTransaction(GetSession())); in CreateTransaction()
154 HttpNetworkSession* HttpNetworkLayer::GetSession() { in GetSession() function in net::HttpNetworkLayer
Dhttp_transaction_factory.h31 virtual HttpNetworkSession* GetSession() = 0;
Dhttp_network_layer.h62 virtual HttpNetworkSession* GetSession();
Dhttp_transaction_unittest.h206 virtual net::HttpNetworkSession* GetSession();
Dhttp_cache.cc457 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()
Dhttp_cache.h188 virtual HttpNetworkSession* GetSession();
Dhttp_transaction_unittest.cc338 net::HttpNetworkSession* MockNetworkLayer::GetSession() { in GetSession() function in MockNetworkLayer
Dhttp_cache_transaction.cc907 if (cache_->GetSession() && cache_->GetSession()->network_delegate()) { in DoNotifyBeforeSendHeaders()
910 return cache_->GetSession()->network_delegate()->NotifyBeforeSendHeaders( in DoNotifyBeforeSendHeaders()
/external/chromium/chrome/browser/net/
Dpreconnect.cc54 net::HttpNetworkSession* session = factory->GetSession(); in PreconnectOnIOThread()
/external/chromium/chrome/browser/sync/glue/
Dhttp_bridge_unittest.cc64 http_transaction_factory()->GetSession(); in TestSameHttpNetworkSession()
68 http_transaction_factory()->GetSession()); in TestSameHttpNetworkSession()
Dhttp_bridge.cc89 baseline_context->http_transaction_factory()->GetSession(); in RequestContext()
/external/chromium/chrome/browser/profiles/
Dprofile_impl_io_data.cc240 net::HttpNetworkSession* main_network_session = main_cache->GetSession(); in LazyInitializeInternal()
319 main_http_factory_->GetSession(); in InitializeAppRequestContext()
Doff_the_record_profile_io_data.cc203 main_http_factory_->GetSession(); in InitializeAppRequestContext()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmanager.h83 Session *GetSession(const std::string& sid);
Dsessionmanager.cc116 Session* SessionManager::GetSession(const std::string& sid) { in GetSession() function in cricket::SessionManager
/external/chromium/chrome/browser/policy/
Ddevice_management_service.cc53 base_context->http_transaction_factory()->GetSession())); in DeviceManagementRequestContext()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp143 net::HttpNetworkSession* session = m_cache->GetSession(); in certTrustChangedImpl()
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc106 return context->http_transaction_factory()->GetSession(); in GetHttpNetworkSession()