/external/chromium_org/chrome/browser/ssl/ |
H A D | ssl_client_auth_requestor_mock.cc | 16 request->context()->http_transaction_factory()->GetSession()) {
|
/external/chromium/net/http/ |
H A D | http_transaction_factory.h | 31 virtual HttpNetworkSession* GetSession() = 0;
|
H A D | http_network_layer.h | 62 virtual HttpNetworkSession* GetSession();
|
H A D | http_network_layer.cc | 146 trans->reset(new HttpNetworkTransaction(GetSession())); 154 HttpNetworkSession* HttpNetworkLayer::GetSession() { function in class:net::HttpNetworkLayer
|
/external/chromium_org/net/http/ |
H A D | http_network_layer.cc | 57 trans->reset(new HttpNetworkTransaction(priority, GetSession())); 65 HttpNetworkSession* HttpNetworkLayer::GetSession() { return session_.get(); } function in class:net::HttpNetworkLayer
|
H A D | http_transaction_factory.h | 34 virtual HttpNetworkSession* GetSession() = 0;
|
H A D | http_network_layer.h | 48 virtual HttpNetworkSession* GetSession() OVERRIDE;
|
/external/chromium_org/chrome/browser/sync/glue/ |
H A D | synced_session_tracker_unittest.cc | 21 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 D | synced_session_tracker.cc | 107 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 D | synced_session_tracker.h | 65 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 D | webcontentdecryptionmodule_impl.cc | 54 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 D | webdriver_session_manager.h | 33 Session* GetSession(const std::string& id) const;
|
H A D | webdriver_session_manager.cc | 31 Session* SessionManager::GetSession(const std::string& id) const { function in class:webdriver::SessionManager
|
/external/chromium_org/content/public/browser/ |
H A D | speech_recognition_manager.h | 74 virtual int GetSession(int render_process_id,
|
/external/chromium_org/chrome/test/webdriver/commands/ |
H A D | webdriver_command.cc | 40 session_ = SessionManager::GetInstance()->GetSession(session_id_);
|
/external/chromium_org/content/browser/ssl/ |
H A D | ssl_client_auth_handler.cc | 24 request_->context()->http_transaction_factory()->GetSession()),
|
/external/chromium_org/content/public/test/ |
H A D | fake_speech_recognition_manager.h | 57 virtual int GetSession(int render_process_id,
|
H A D | fake_speech_recognition_manager.cc | 122 int FakeSpeechRecognitionManager::GetSession(int render_process_id, function in class:content::FakeSpeechRecognitionManager
|
/external/chromium_org/chrome/browser/chromeos/login/ |
H A D | profile_auth_data.cc | 206 http_transaction_factory()->GetSession()->http_auth_cache(); 208 http_transaction_factory()->GetSession()->http_auth_cache());
|
/external/chromium_org/content/browser/speech/ |
H A D | speech_recognition_manager_impl.h | 74 virtual int GetSession(int render_process_id, 171 Session* GetSession(int session_id) const;
|
H A D | speech_recognition_manager_impl.cc | 421 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 D | input_tag_speech_dispatcher_host.cc | 134 int session_id = SpeechRecognitionManager::GetInstance()->GetSession( 145 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
|
/external/chromium/chrome/browser/net/ |
H A D | preconnect.cc | 54 net::HttpNetworkSession* session = factory->GetSession();
|
/external/chromium_org/chrome/browser/net/ |
H A D | preconnect.cc | 58 net::HttpNetworkSession* session = factory->GetSession();
|
/external/chromium_org/net/url_request/ |
H A D | url_request_context.cc | 65 HttpNetworkSession* network_session = transaction_factory->GetSession();
|