HomeSort by relevance Sort by last modified time
    Searched defs:GetSession (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/test/webdriver/
webdriver_session_manager.cc 31 Session* SessionManager::GetSession(const std::string& id) const {
  /external/chromium_org/net/http/
http_network_layer.cc 57 trans->reset(new HttpNetworkTransaction(priority, GetSession()));
65 HttpNetworkSession* HttpNetworkLayer::GetSession() { return session_.get(); }
http_transaction_unittest.cc 418 net::HttpNetworkSession* MockNetworkLayer::GetSession() {
http_cache.cc 392 HttpNetworkSession* session = network->GetSession();
400 HttpNetworkSession* session = network->GetSession();
440 HttpNetworkSession* HttpCache::GetSession() {
443 return network->GetSession();
    [all...]
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.cc 122 int FakeSpeechRecognitionManager::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/net/http/
http_network_layer.cc 146 trans->reset(new HttpNetworkTransaction(GetSession()));
154 HttpNetworkSession* HttpNetworkLayer::GetSession() {
http_transaction_unittest.cc 338 net::HttpNetworkSession* MockNetworkLayer::GetSession() {
http_cache.cc 457 HttpNetworkSession* session = network->GetSession();
465 HttpNetworkSession* session = network->GetSession();
483 HttpNetworkSession* HttpCache::GetSession() {
486 return network->GetSession();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 116 Session* SessionManager::GetSession(const std::string& sid) {
  /external/chromium_org/chrome/browser/sync/glue/
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;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 127 Session* SessionManager::GetSession(const std::string& sid) {
  /external/chromium_org/content/browser/speech/
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;

Completed in 513 milliseconds