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

  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction_factory.cc 40 net::HttpNetworkSession* DevToolsNetworkTransactionFactory::GetSession() {
41 return network_layer_->GetSession();
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_notify_session.cc 35 BluetoothLowEnergyNotifySession::GetSession() const {
  /external/chromium_org/net/http/
http_network_layer.cc 65 trans->reset(new HttpNetworkTransaction(priority, GetSession()));
73 HttpNetworkSession* HttpNetworkLayer::GetSession() { return session_.get(); }
failing_http_transaction_factory.cc 192 HttpNetworkSession* FailingHttpTransactionFactory::GetSession() {
http_transaction_test_util.cc 480 net::HttpNetworkSession* MockNetworkLayer::GetSession() {
http_cache.cc 304 SetupQuicServerInfoFactory(network_layer_->GetSession());
331 SetupQuicServerInfoFactory(network_layer_->GetSession());
430 HttpNetworkSession* session = GetSession();
436 HttpNetworkSession* session = GetSession();
480 HttpNetworkSession* HttpCache::GetSession() {
481 return network_layer_->GetSession();
    [all...]
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.cc 120 int FakeSpeechRecognitionManager::GetSession(int render_process_id,
  /external/chromium_org/chrome/browser/sync/glue/
synced_session_tracker.cc 118 SyncedSession* SyncedSessionTracker::GetSession(
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/
cdm_session_adapter.cc 146 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(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 127 Session* SessionManager::GetSession(const std::string& sid) {
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.cc 433 int SpeechRecognitionManagerImpl::GetSession(
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 {
659 Session* session = GetSession(session_id);
672 return GetSession(session_id)->config;

Completed in 794 milliseconds