Searched refs:WebContentDecryptionModuleSessionImpl (Results 1 – 5 of 5) sorted by relevance
18 WebContentDecryptionModuleSessionImpl::WebContentDecryptionModuleSessionImpl( in WebContentDecryptionModuleSessionImpl() function in content::WebContentDecryptionModuleSessionImpl27 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 …]
26 class WebContentDecryptionModuleSessionImpl29 WebContentDecryptionModuleSessionImpl(32 virtual ~WebContentDecryptionModuleSessionImpl();72 base::WeakPtrFactory<WebContentDecryptionModuleSessionImpl> weak_ptr_factory_;74 DISALLOW_COPY_AND_ASSIGN(WebContentDecryptionModuleSessionImpl);
54 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()
30 class WebContentDecryptionModuleSessionImpl; variable53 WebContentDecryptionModuleSessionImpl* CreateSession(60 base::WeakPtr<WebContentDecryptionModuleSessionImpl> session);100 base::WeakPtr<WebContentDecryptionModuleSessionImpl> >117 WebContentDecryptionModuleSessionImpl* GetSession(
33 class WebContentDecryptionModuleSessionImpl; variable