Searched defs:EncryptedMediaPlayerSupportImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/crypto/
H A Dencrypted_media_player_support_impl.h23 class EncryptedMediaPlayerSupportImpl class in namespace:content
25 public base::SupportsWeakPtr<EncryptedMediaPlayerSupportImpl> {
30 virtual ~EncryptedMediaPlayerSupportImpl();
66 explicit EncryptedMediaPlayerSupportImpl(blink::WebMediaPlayerClient* client);
126 DISALLOW_COPY_AND_ASSIGN(EncryptedMediaPlayerSupportImpl);
H A Dencrypted_media_player_support_impl.cc128 EncryptedMediaPlayerSupportImpl::Create(blink::WebMediaPlayerClient* client) {
130 new EncryptedMediaPlayerSupportImpl(client));
133 EncryptedMediaPlayerSupportImpl::EncryptedMediaPlayerSupportImpl( function in class:content::EncryptedMediaPlayerSupportImpl
139 EncryptedMediaPlayerSupportImpl::~EncryptedMediaPlayerSupportImpl() {
143 EncryptedMediaPlayerSupportImpl::GenerateKeyRequest(
164 EncryptedMediaPlayerSupportImpl::GenerateKeyRequestInternal(
183 BIND_TO_RENDER_LOOP(&EncryptedMediaPlayerSupportImpl::OnKeyAdded),
184 BIND_TO_RENDER_LOOP(&EncryptedMediaPlayerSupportImpl
[all...]

Completed in 88 milliseconds