Home
last modified time | relevance | path

Searched refs:WebContentDecryptionModuleSessionImpl (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/media/
Dwebcontentdecryptionmodulesession_impl.cc18 WebContentDecryptionModuleSessionImpl::WebContentDecryptionModuleSessionImpl( in WebContentDecryptionModuleSessionImpl() function in content::WebContentDecryptionModuleSessionImpl
27 WebContentDecryptionModuleSessionImpl::
28 ~WebContentDecryptionModuleSessionImpl() { in ~WebContentDecryptionModuleSessionImpl()
33 blink::WebString WebContentDecryptionModuleSessionImpl::sessionId() const { in sessionId()
37 void WebContentDecryptionModuleSessionImpl::initializeNewSession( in initializeNewSession()
59 base::Bind(&WebContentDecryptionModuleSessionImpl::SessionCreated, in initializeNewSession()
61 base::Bind(&WebContentDecryptionModuleSessionImpl::OnSessionError, in initializeNewSession()
70 void WebContentDecryptionModuleSessionImpl::update(const uint8* response, in update()
74 base::Bind(&WebContentDecryptionModuleSessionImpl::OnSessionReady, in update()
76 base::Bind(&WebContentDecryptionModuleSessionImpl::OnSessionError, in update()
[all …]
Dwebcontentdecryptionmodulesession_impl.h26 class WebContentDecryptionModuleSessionImpl
29 WebContentDecryptionModuleSessionImpl(
32 virtual ~WebContentDecryptionModuleSessionImpl();
72 base::WeakPtrFactory<WebContentDecryptionModuleSessionImpl> weak_ptr_factory_;
74 DISALLOW_COPY_AND_ASSIGN(WebContentDecryptionModuleSessionImpl);
Dcdm_session_adapter.cc54 WebContentDecryptionModuleSessionImpl* CdmSessionAdapter::CreateSession( in CreateSession()
56 return new WebContentDecryptionModuleSessionImpl(client, this); in CreateSession()
61 base::WeakPtr<WebContentDecryptionModuleSessionImpl> session) { in RegisterSession()
112 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id); in OnSessionMessage()
120 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id); in OnSessionReady()
128 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id); in OnSessionClosed()
140 WebContentDecryptionModuleSessionImpl* session = GetSession(web_session_id); in OnSessionError()
147 WebContentDecryptionModuleSessionImpl* CdmSessionAdapter::GetSession( in GetSession()
Dcdm_session_adapter.h30 class WebContentDecryptionModuleSessionImpl; variable
53 WebContentDecryptionModuleSessionImpl* CreateSession(
60 base::WeakPtr<WebContentDecryptionModuleSessionImpl> session);
100 base::WeakPtr<WebContentDecryptionModuleSessionImpl> >
117 WebContentDecryptionModuleSessionImpl* GetSession(
Dwebcontentdecryptionmodule_impl.h33 class WebContentDecryptionModuleSessionImpl; variable