HomeSort by relevance Sort by last modified time
    Searched refs:GetSession (Results 1 - 18 of 18) sorted by null

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

Completed in 965 milliseconds