Searched refs:GetSession (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium_org/chrome/browser/ssl/
H A Dssl_client_auth_requestor_mock.cc16 request->context()->http_transaction_factory()->GetSession()) {
/external/chromium/net/http/
H A Dhttp_transaction_factory.h31 virtual HttpNetworkSession* GetSession() = 0;
H A Dhttp_network_layer.h62 virtual HttpNetworkSession* GetSession();
H A Dhttp_network_layer.cc146 trans->reset(new HttpNetworkTransaction(GetSession()));
154 HttpNetworkSession* HttpNetworkLayer::GetSession() { function in class:net::HttpNetworkLayer
/external/chromium_org/net/http/
H A Dhttp_transaction_factory.h34 virtual HttpNetworkSession* GetSession() = 0;
H A Dhttp_network_layer.cc68 trans->reset(new HttpNetworkTransaction(priority, GetSession()));
76 HttpNetworkSession* HttpNetworkLayer::GetSession() { return session_.get(); } function in class:net::HttpNetworkLayer
H A Dhttp_network_layer.h50 virtual HttpNetworkSession* GetSession() OVERRIDE;
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_session_tracker_unittest.cc21 TEST_F(SyncedSessionTrackerTest, GetSession) {
23 SyncedSession* session1 = tracker.GetSession("tag");
24 SyncedSession* session2 = tracker.GetSession("tag2");
25 ASSERT_EQ(session1, tracker.GetSession("tag"));
40 SyncedSession* session = tracker.GetSession("tag");
49 SyncedSession* session = tracker.GetSession("tag");
60 tracker.GetSession("tag1");
61 tracker.GetSession("tag2");
79 tracker.GetSession("tag1");
82 tracker.GetSession("tag
[all...]
H A Dsynced_session_tracker.cc107 SyncedSession* SyncedSessionTracker::GetSession( function in class:browser_sync::SyncedSessionTracker
144 GetSession(session_tag)->windows.clear();
253 GetSession(session_tag)->windows[window_id]);
254 GetSession(session_tag)->windows[window_id] = window_ptr;
282 DCHECK(GetSession(session_tag)->windows.find(window_id) !=
283 GetSession(session_tag)->windows.end());
285 GetSession(session_tag)->windows[window_id]->tabs;
H A Dsynced_session_tracker.h65 SyncedSession* GetSession(const std::string& session_tag);
97 // Note: GetSession(..) must have already been called with |session_tag| to
/external/chromium_org/content/renderer/media/
H A Dwebcontentdecryptionmodule_impl.cc59 WebContentDecryptionModuleSessionImpl* GetSession(uint32 session_id);
135 GetSession(session_id)->OnSessionCreated(web_session_id);
141 GetSession(session_id)->OnSessionMessage(message, destination_url);
145 GetSession(session_id)->OnSessionReady();
149 GetSession(session_id)->OnSessionClosed();
155 GetSession(session_id)->OnSessionError(error_code, system_code);
158 WebContentDecryptionModuleSessionImpl* SessionIdAdapter::GetSession( function in class:content::SessionIdAdapter
/external/chromium_org/components/policy/core/common/cloud/
H A Dsystem_policy_request_context.cc51 system_context->http_transaction_factory()->GetSession()));
/external/chromium_org/content/public/browser/
H A Dspeech_recognition_manager.h74 virtual int GetSession(int render_process_id,
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.h56 virtual int GetSession(int render_process_id,
H A Dfake_speech_recognition_manager.cc120 int FakeSpeechRecognitionManager::GetSession(int render_process_id, function in class:content::FakeSpeechRecognitionManager
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc206 http_transaction_factory()->GetSession()->http_auth_cache();
208 http_transaction_factory()->GetSession()->http_auth_cache());
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_manager_impl.h73 virtual int GetSession(int render_process_id,
171 Session* GetSession(int session_id) const;
H A Dspeech_recognition_manager_impl.cc431 int SpeechRecognitionManagerImpl::GetSession( function in class:content::SpeechRecognitionManagerImpl
449 return GetSession(session_id)->context;
492 Session* session = GetSession(session_id);
568 Session* session = GetSession(session_id);
648 SpeechRecognitionManagerImpl::GetSession(int session_id) const { function in class:content::SpeechRecognitionManagerImpl
657 Session* session = GetSession(session_id);
670 return GetSession(session_id)->config;
H A Dinput_tag_speech_dispatcher_host.cc148 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
159 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
H A Dspeech_recognition_dispatcher_host.cc152 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
163 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
/external/chromium/chrome/browser/net/
H A Dpreconnect.cc54 net::HttpNetworkSession* session = factory->GetSession();
/external/chromium_org/chrome/browser/net/
H A Dpreconnect.cc58 net::HttpNetworkSession* session = factory->GetSession();
/external/chromium_org/content/browser/ssl/
H A Dssl_client_auth_handler.cc26 request_->context()->http_transaction_factory()->GetSession()),
/external/chromium_org/net/url_request/
H A Durl_request_context.cc67 HttpNetworkSession* network_session = transaction_factory->GetSession();
/external/chromium/chrome/browser/policy/
H A Ddevice_management_service.cc53 base_context->http_transaction_factory()->GetSession()));

Completed in 406 milliseconds

123