Searched refs:OnSessionClosed (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/content/renderer/media/crypto/
H A Drenderer_cdm_manager.cc36 IPC_MESSAGE_HANDLER(CdmMsg_SessionClosed, OnSessionClosed)
113 void RendererCdmManager::OnSessionClosed(int cdm_id, uint32 session_id) { function in class:content::RendererCdmManager
116 media_keys->OnSessionClosed(session_id);
H A Drenderer_cdm_manager.h72 void OnSessionClosed(int cdm_id, uint32 session_id);
H A Dproxy_decryptor.cc215 new media::SimpleCdmPromise(base::Bind(&ProxyDecryptor::OnSessionClosed,
240 base::Bind(&ProxyDecryptor::OnSessionClosed,
283 void ProxyDecryptor::OnSessionClosed(const std::string& web_session_id) { function in class:content::ProxyDecryptor
H A Dproxy_decryptor.h97 void OnSessionClosed(const std::string& web_session_id);
H A Dppapi_decryptor.h119 void OnSessionClosed(const std::string& web_session_id);
H A Dproxy_media_keys.h74 void OnSessionClosed(uint32 session_id);
/external/chromium_org/content/renderer/media/
H A Dwebcontentdecryptionmodulesession_impl.h65 void OnSessionClosed();
H A Dcdm_session_adapter.cc52 base::Bind(&CdmSessionAdapter::OnSessionClosed, weak_this),
180 void CdmSessionAdapter::OnSessionClosed(const std::string& web_session_id) { function in class:content::CdmSessionAdapter
185 session->OnSessionClosed();
H A Dcdm_session_adapter.h131 void OnSessionClosed(const std::string& web_session_id);
H A Dwebcontentdecryptionmodulesession_impl.cc189 void WebContentDecryptionModuleSessionImpl::OnSessionClosed() { function in class:content::WebContentDecryptionModuleSessionImpl
/external/chromium_org/content/browser/media/cdm/
H A Dbrowser_cdm_manager.h77 void OnSessionClosed(int render_frame_id, int cdm_id, uint32 session_id);
H A Dbrowser_cdm_manager.cc167 void BrowserCdmManager::OnSessionClosed(int render_frame_id, function in class:content::BrowserCdmManager
332 BROWSER_CDM_MANAGER_CB(OnSessionClosed),
/external/chromium_org/remoting/host/
H A Dclient_session_unittest.cc387 EXPECT_CALL(session_event_handler_, OnSessionClosed(_))
460 EXPECT_CALL(session_event_handler_, OnSessionClosed(_))
521 EXPECT_CALL(session_event_handler_, OnSessionClosed(_))
577 EXPECT_CALL(session_event_handler_, OnSessionClosed(_))
593 EXPECT_CALL(session_event_handler_, OnSessionClosed(_))
661 EXPECT_CALL(session_event_handler_, OnSessionClosed(_));
689 EXPECT_CALL(session_event_handler_, OnSessionClosed(_));
H A Dchromoting_host.h127 virtual void OnSessionClosed(ClientSession* session) OVERRIDE;
H A Dhost_mock_objects.h80 MOCK_METHOD1(OnSessionClosed, void(ClientSession* client));
H A Dchromoting_host.cc240 void ChromotingHost::OnSessionClosed(ClientSession* client) { function in class:remoting::ChromotingHost
/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge.h127 void OnSessionClosed(JNIEnv* env, jobject j_media_drm, jint j_session_id);
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.h97 void OnSessionClosed(const std::string& web_session_id);
/external/chromium_org/net/quic/
H A Dquic_client_session.h50 virtual void OnSessionClosed(int error) = 0;
H A Dquic_http_stream.h72 virtual void OnSessionClosed(int error) OVERRIDE;
H A Dquic_client_session.cc307 observer->OnSessionClosed(ERR_UNEXPECTED);
749 observer->OnSessionClosed(net_error);
855 stream_factory_->OnSessionClosed(this);
H A Dquic_stream_factory.h131 void OnSessionClosed(QuicClientSession* session);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h106 virtual void OnSessionClosed(uint32_t session_id) OVERRIDE;
139 virtual void OnSessionClosed(const char* web_session_id,
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h120 void OnSessionClosed(PP_Var web_session_id);
/external/chromium_org/media/cdm/
H A Daes_decryptor_unittest.cc213 base::Bind(&AesDecryptorTest::OnSessionClosed,
314 EXPECT_CALL(*this, OnSessionClosed(session_id));
323 EXPECT_CALL(*this, OnSessionClosed(session_id));
429 MOCK_METHOD1(OnSessionClosed, void(const std::string& web_session_id));

Completed in 1052 milliseconds

12