Searched defs:GetSession (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction_factory.cc40 net::HttpNetworkSession* DevToolsNetworkTransactionFactory::GetSession() { function in class:DevToolsNetworkTransactionFactory
41 return network_layer_->GetSession();
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_notify_session.cc35 BluetoothLowEnergyNotifySession::GetSession() const { function in class:extensions::BluetoothLowEnergyNotifySession
/external/chromium_org/net/http/
H A Dhttp_network_layer.cc65 trans->reset(new HttpNetworkTransaction(priority, GetSession()));
73 HttpNetworkSession* HttpNetworkLayer::GetSession() { return session_.get(); } function in class:net::HttpNetworkLayer
H A Dfailing_http_transaction_factory.cc192 HttpNetworkSession* FailingHttpTransactionFactory::GetSession() { function in class:net::FailingHttpTransactionFactory
H A Dhttp_transaction_test_util.cc480 net::HttpNetworkSession* MockNetworkLayer::GetSession() { function in class:MockNetworkLayer
H A Dhttp_cache.cc304 SetupQuicServerInfoFactory(network_layer_->GetSession());
331 SetupQuicServerInfoFactory(network_layer_->GetSession());
430 HttpNetworkSession* session = GetSession();
436 HttpNetworkSession* session = GetSession();
480 HttpNetworkSession* HttpCache::GetSession() { function in class:net::HttpCache
481 return network_layer_->GetSession();
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.cc120 int FakeSpeechRecognitionManager::GetSession(int render_process_id, function in class:content::FakeSpeechRecognitionManager
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session_tracker.cc118 SyncedSession* SyncedSessionTracker::GetSession( function in class:browser_sync::SyncedSessionTracker
155 GetSession(session_tag)->windows.clear();
264 GetSession(session_tag)->windows[window_id]);
265 GetSession(session_tag)->windows[window_id] = window_ptr;
305 DCHECK(GetSession(session_tag)->windows.find(window_id) !=
306 GetSession(session_tag)->windows.end());
308 GetSession(session_tag)->windows[window_id]->tabs;
/external/chromium_org/content/renderer/media/
H A Dcdm_session_adapter.cc146 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
155 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
165 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
173 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
181 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
193 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
200 WebContentDecryptionModuleSessionImpl* CdmSessionAdapter::GetSession( function in class:content::CdmSessionAdapter
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmanager.cc127 Session* SessionManager::GetSession(const std::string& sid) { function in class:cricket::SessionManager
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_manager_impl.cc433 int SpeechRecognitionManagerImpl::GetSession( function in class:content::SpeechRecognitionManagerImpl
451 return GetSession(session_id)->context;
494 Session* session = GetSession(session_id);
570 Session* session = GetSession(session_id);
650 SpeechRecognitionManagerImpl::GetSession(int session_id) const { function in class:content::SpeechRecognitionManagerImpl
659 Session* session = GetSession(session_id);
672 return GetSession(session_id)->config;

Completed in 260 milliseconds