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_network_layer.cc57 trans->reset(new HttpNetworkTransaction(priority, GetSession()));
65 HttpNetworkSession* HttpNetworkLayer::GetSession() { return session_.get(); } function in class:net::HttpNetworkLayer
H A Dhttp_transaction_factory.h34 virtual HttpNetworkSession* GetSession() = 0;
H A Dhttp_network_layer.h48 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.cc54 WebContentDecryptionModuleSessionImpl* GetSession(
114 GetSession(session_id)->KeyAdded();
120 GetSession(session_id)->KeyError(error_code, system_code);
126 GetSession(session_id)->KeyMessage(message, destination_url);
129 WebContentDecryptionModuleSessionImpl* SessionIdAdapter::GetSession( function in class:content::SessionIdAdapter
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_session_manager.h33 Session* GetSession(const std::string& id) const;
H A Dwebdriver_session_manager.cc31 Session* SessionManager::GetSession(const std::string& id) const { function in class:webdriver::SessionManager
/external/chromium_org/content/public/browser/
H A Dspeech_recognition_manager.h74 virtual int GetSession(int render_process_id,
/external/chromium_org/chrome/test/webdriver/commands/
H A Dwebdriver_command.cc40 session_ = SessionManager::GetInstance()->GetSession(session_id_);
/external/chromium_org/content/browser/ssl/
H A Dssl_client_auth_handler.cc24 request_->context()->http_transaction_factory()->GetSession()),
/external/chromium_org/content/public/test/
H A Dfake_speech_recognition_manager.h57 virtual int GetSession(int render_process_id,
H A Dfake_speech_recognition_manager.cc122 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.h74 virtual int GetSession(int render_process_id,
171 Session* GetSession(int session_id) const;
H A Dspeech_recognition_manager_impl.cc421 int SpeechRecognitionManagerImpl::GetSession( function in class:content::SpeechRecognitionManagerImpl
439 return GetSession(session_id)->context;
482 Session* session = GetSession(session_id);
558 Session* session = GetSession(session_id);
636 SpeechRecognitionManagerImpl::GetSession(int session_id) const { function in class:content::SpeechRecognitionManagerImpl
645 Session* session = GetSession(session_id);
656 return GetSession(session_id)->config;
H A Dinput_tag_speech_dispatcher_host.cc134 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
145 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/net/url_request/
H A Durl_request_context.cc65 HttpNetworkSession* network_session = transaction_factory->GetSession();

Completed in 573 milliseconds

123