HomeSort by relevance Sort by last modified time
    Searched refs:CreateSession (Results 26 - 50 of 73) sorted by null

12 3

  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 41 void CreateSession(PP_Instance instance,
60 ->CreateSession(session_id, type_var.AsString(), init_data_array_buffer);
179 &CreateSession,
  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.h 55 virtual void CreateSession(uint32_t session_id,
150 virtual void CreateSession(uint32_t session_id,
155 cdm_->CreateSession(session_id, type, type_size, init_data, init_data_size);
254 // Session may not exist if error happens during CreateSession().
270 // CreateSession(), UpdateSession(), and ReleaseSession() call methods
318 // Possible if UpdateSession() called before CreateSession().
342 // Possible if ReleaseSession() called before CreateSession().
362 void CdmWrapperImpl<cdm::ContentDecryptionModule_1>::CreateSession(
415 void CdmWrapperImpl<cdm::ContentDecryptionModule_2>::CreateSession(
  /external/chromium/net/http/
http_network_transaction_unittest.cc 104 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) {
156 new HttpNetworkTransaction(CreateSession(&session_deps)));
339 new HttpNetworkTransaction(CreateSession(&session_deps)));
578 new HttpNetworkTransaction(CreateSession(&session_deps)));
632 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
687 new HttpNetworkTransaction(CreateSession(&session_deps)));
729 new HttpNetworkTransaction(CreateSession(&session_deps)));
768 new HttpNetworkTransaction(CreateSession(&session_deps)));
799 new HttpNetworkTransaction(CreateSession(&session_deps)));
826 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps))
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 35 // corresponds to a session, initiated via |CreateSession|.
61 virtual int CreateSession(
input_tag_speech_dispatcher_host.cc 140 int session_id = SpeechRecognitionManager::GetInstance()->CreateSession(
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.cc 48 int FakeSpeechRecognitionManager::CreateSession(
50 VLOG(1) << "FAKE CreateSession invoked.";
  /external/chromium_org/media/base/android/
media_drm_bridge.h 64 virtual bool CreateSession(uint32 session_id,
  /external/chromium_org/media/cdm/
aes_decryptor.h 38 virtual bool CreateSession(uint32 session_id,
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 214 HttpNetworkSession* CreateSession(SpdySessionDependencies* session_deps) {
293 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
571 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
866 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps_));
    [all...]
  /external/chromium_org/ppapi/proxy/
ppp_content_decryptor_private_proxy.cc 127 void CreateSession(PP_Instance instance,
359 &CreateSession,
443 CallWhileUnlocked(ppp_decryptor_impl_->CreateSession,
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.cc 98 allocator_session_ = allocator_->CreateSession(name(), content_type());
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 75 virtual PortAllocatorSession* CreateSession(const std::string& name,
httpportallocator.cc 112 PortAllocatorSession *HttpPortAllocator::CreateSession(
  /external/chromium_org/chrome/browser/speech/
chrome_speech_recognition_manager_delegate_bubble_ui.cc 214 const int new_session_id = manager->CreateSession(*last_session_config_);
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.h 96 void CreateSession(int media_keys_id,
  /external/chromium_org/content/renderer/media/crypto/
ppapi_decryptor.h 45 virtual bool CreateSession(uint32 session_id,
ppapi_decryptor.cc 96 bool PpapiDecryptor::CreateSession(uint32 session_id,
104 if (!plugin_cdm_delegate_->CreateSession(
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.h 52 bool CreateSession(uint32 session_id,
  /external/chromium_org/net/quic/
quic_stream_factory.h 170 int CreateSession(const HostPortProxyPair& host_port_proxy_pair,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.h 126 PortAllocatorSession* CreateSession(
rawtransportchannel.cc 105 allocator_session_ = allocator_->CreateSession(
session_unittest.cc 942 void CreateSession() {
943 session_manager->CreateSession(local_name, content_type);
    [all...]
  /external/v8/src/
debug-agent.cc 79 CreateSession(client);
108 void DebuggerAgent::CreateSession(Socket* client) {
  /external/chromium_org/v8/src/
debug-agent.cc 103 CreateSession(client);
132 void DebuggerAgent::CreateSession(Socket* client) {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 153 Session *CreateSession(Call *call);

Completed in 1474 milliseconds

12 3