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

1 2 3

  /external/chromium/net/http/
http_transaction_factory.h 31 virtual HttpNetworkSession* GetSession() = 0;
http_network_layer.h 62 virtual HttpNetworkSession* GetSession();
http_network_layer.cc 146 trans->reset(new HttpNetworkTransaction(GetSession()));
154 HttpNetworkSession* HttpNetworkLayer::GetSession() {
  /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 34 virtual HttpNetworkSession* GetSession() = 0;
http_network_layer.cc 57 trans->reset(new HttpNetworkTransaction(priority, GetSession()));
65 HttpNetworkSession* HttpNetworkLayer::GetSession() { return session_.get(); }
http_network_layer.h 48 virtual HttpNetworkSession* GetSession() OVERRIDE;
  /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 107 SyncedSession* SyncedSessionTracker::GetSession(
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;
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/public/browser/
speech_recognition_manager.h 74 virtual int GetSession(int render_process_id,
  /external/chromium_org/content/renderer/media/
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(
  /external/chromium_org/chrome/test/webdriver/
webdriver_session_manager.h 33 Session* GetSession(const std::string& id) const;
webdriver_session_manager.cc 31 Session* SessionManager::GetSession(const std::string& id) const {
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 74 virtual int GetSession(int render_process_id,
171 Session* GetSession(int session_id) const;
speech_recognition_manager_impl.cc 421 int SpeechRecognitionManagerImpl::GetSession(
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 {
645 Session* session = GetSession(session_id);
656 return GetSession(session_id)->config;
input_tag_speech_dispatcher_host.cc 134 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
145 int session_id = SpeechRecognitionManager::GetInstance()->GetSession(
  /external/chromium_org/chrome/test/webdriver/commands/
webdriver_command.cc 40 session_ = SessionManager::GetInstance()->GetSession(session_id_);
  /external/chromium_org/content/browser/ssl/
ssl_client_auth_handler.cc 24 request_->context()->http_transaction_factory()->GetSession()),
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.h 57 virtual int GetSession(int render_process_id,
fake_speech_recognition_manager.cc 122 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/chrome/browser/net/
preconnect.cc 54 net::HttpNetworkSession* session = factory->GetSession();
  /external/chromium_org/chrome/browser/net/
preconnect.cc 58 net::HttpNetworkSession* session = factory->GetSession();
  /external/chromium_org/net/url_request/
url_request_context.cc 65 HttpNetworkSession* network_session = transaction_factory->GetSession();

Completed in 856 milliseconds

1 2 3