HomeSort by relevance Sort by last modified time
    Searched refs:GetSession (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ssl/
ssl_client_auth_requestor_mock.cc 16 request->context()->http_transaction_factory()->GetSession()) {
  /external/chromium_org/net/http/
http_transaction_factory.h 32 virtual HttpNetworkSession* GetSession() = 0;
failing_http_transaction_factory.h 33 virtual HttpNetworkSession* GetSession() OVERRIDE;
http_network_layer.h 49 virtual HttpNetworkSession* GetSession() OVERRIDE;
http_network_layer.cc 67 trans->reset(new HttpNetworkTransaction(priority, GetSession()));
75 HttpNetworkSession* HttpNetworkLayer::GetSession() { return session_.get(); }
  /external/chromium_org/chrome/browser/devtools/
devtools_network_transaction_factory.cc 40 net::HttpNetworkSession* DevToolsNetworkTransactionFactory::GetSession() {
41 return network_layer_->GetSession();
devtools_network_transaction_factory.h 34 virtual net::HttpNetworkSession* GetSession() OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_notify_session.h 27 device::BluetoothGattNotifySession* GetSession() const;
bluetooth_low_energy_notify_session.cc 33 BluetoothLowEnergyNotifySession::GetSession() const {
  /external/chromium_org/chrome/browser/sync/glue/
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("tag2")
    [all...]
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;
293 DCHECK(GetSession(session_tag)->windows.find(window_id) !=
294 GetSession(session_tag)->windows.end());
296 GetSession(session_tag)->windows[window_id]->tabs;
synced_session_tracker.h 62 // Allows retrieval of existing data for the local session. Unlike GetSession
69 SyncedSession* GetSession(const std::string& session_tag);
101 // Note: GetSession(..) must have already been called with |session_tag| to
  /external/chromium_org/content/public/browser/
speech_recognition_manager.h 74 virtual int GetSession(int render_process_id,
  /external/chromium_org/content/renderer/media/
cdm_session_adapter.cc 112 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
120 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
128 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
140 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id);
147 WebContentDecryptionModuleSessionImpl* CdmSessionAdapter::GetSession(
cdm_session_adapter.h 117 WebContentDecryptionModuleSessionImpl* GetSession(
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 73 virtual int GetSession(int render_process_id,
171 Session* GetSession(int session_id) const;
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;
speech_recognition_dispatcher_host.cc 160 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
176 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
  /external/chromium_org/components/policy/core/common/cloud/
system_policy_request_context.cc 56 system_context->http_transaction_factory()->GetSession()));
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.h 56 virtual int GetSession(int render_process_id,
fake_speech_recognition_manager.cc 120 int FakeSpeechRecognitionManager::GetSession(int render_process_id,
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 206 http_transaction_factory()->GetSession()->http_auth_cache();
208 http_transaction_factory()->GetSession()->http_auth_cache());
  /external/chromium_org/chrome/browser/net/
preconnect.cc 59 net::HttpNetworkSession* session = factory->GetSession();
  /external/chromium_org/content/browser/ssl/
ssl_client_auth_handler.cc 26 request_->context()->http_transaction_factory()->GetSession()),
  /external/chromium_org/net/url_request/
url_request_context.cc 69 HttpNetworkSession* network_session = transaction_factory->GetSession();

Completed in 388 milliseconds

1 2 3