Home
last modified time | relevance | path

Searched refs:WebContentDecryptionModule (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeys.h42 class WebContentDecryptionModule; variable
58 blink::WebContentDecryptionModule* contentDecryptionModule();
67 …diaKeys(ExecutionContext*, const String& keySystem, PassOwnPtr<blink::WebContentDecryptionModule>);
70 OwnPtr<blink::WebContentDecryptionModule> m_cdm;
DMediaKeysClient.h15 class WebContentDecryptionModule; variable
19 …virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, co…
DMediaKeysController.h15 class WebContentDecryptionModule; variable
20 …PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const Stri…
DMediaKeys.cpp125 …OwnPtr<WebContentDecryptionModule> cdm = controller->createContentDecryptionModule(executionContex… in timerFired()
176 …eys(ExecutionContext* context, const String& keySystem, PassOwnPtr<WebContentDecryptionModule> cdm) in MediaKeys()
235 WebContentDecryptionModule* MediaKeys::contentDecryptionModule() in contentDecryptionModule()
DHTMLMediaElementEncryptedMedia.h49 static WebContentDecryptionModule* contentDecryptionModule(HTMLMediaElement&);
78 WebContentDecryptionModule* contentDecryptionModule();
DMediaKeysController.cpp23 PassOwnPtr<WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(Execution… in createContentDecryptionModule()
DMediaKeySession.h45 class WebContentDecryptionModule; variable
/external/chromium_org/media/blink/
Dencrypted_media_player_support.h14 class WebContentDecryptionModule; variable
50 blink::WebContentDecryptionModule* initial_cdm) = 0;
52 blink::WebContentDecryptionModule* cdm) = 0;
54 blink::WebContentDecryptionModule* cdm,
Dnull_encrypted_media_player_support.h46 blink::WebContentDecryptionModule* initial_cdm) OVERRIDE;
48 blink::WebContentDecryptionModule* cdm) OVERRIDE;
50 blink::WebContentDecryptionModule* cdm,
Dnull_encrypted_media_player_support.cc52 blink::WebContentDecryptionModule* initial_cdm) { in SetInitialContentDecryptionModule()
56 blink::WebContentDecryptionModule* cdm) { in SetContentDecryptionModule()
60 blink::WebContentDecryptionModule* cdm, in SetContentDecryptionModule()
Dwebmediaplayer_params.h49 blink::WebContentDecryptionModule* initial_cdm);
96 blink::WebContentDecryptionModule* initial_cdm_;
Dwebmediaplayer_params.cc24 blink::WebContentDecryptionModule* initial_cdm) in WebMediaPlayerParams()
Dwebmediaplayer_impl.h160 blink::WebContentDecryptionModule* cdm); in NON_EXPORTED_BASE()
162 blink::WebContentDecryptionModule* cdm, in NON_EXPORTED_BASE()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebContentDecryptionModule.cpp30 WebContentDecryptionModule::~WebContentDecryptionModule() in ~WebContentDecryptionModule()
/external/chromium_org/third_party/WebKit/public/platform/
DWebContentDecryptionModule.h38 class BLINK_PLATFORM_EXPORT WebContentDecryptionModule {
40 virtual ~WebContentDecryptionModule();
DWebMediaPlayer.h45 class WebContentDecryptionModule; variable
163 …virtual void setContentDecryptionModule(WebContentDecryptionModule* cdm, WebContentDecryptionModul… in setContentDecryptionModule()
/external/chromium_org/third_party/WebKit/Source/web/
DMediaKeysClientImpl.h13 class WebContentDecryptionModule; variable
21 …virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, co…
DMediaKeysClientImpl.cpp20 PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(Execution… in createContentDecryptionModule()
/external/chromium_org/content/renderer/media/crypto/
Dencrypted_media_player_support_impl.h52 blink::WebContentDecryptionModule* initial_cdm) OVERRIDE;
55 blink::WebContentDecryptionModule* cdm) OVERRIDE;
57 blink::WebContentDecryptionModule* cdm,
Dencrypted_media_player_support_impl.cc300 blink::WebContentDecryptionModule* initial_cdm) { in SetInitialContentDecryptionModule()
308 blink::WebContentDecryptionModule* cdm) { in SetContentDecryptionModule()
321 blink::WebContentDecryptionModule* cdm, in SetContentDecryptionModule()
/external/chromium_org/content/renderer/media/
Dwebcontentdecryptionmodule_impl.h36 : public blink::WebContentDecryptionModule {
83 blink::WebContentDecryptionModule* cdm) { in ToWebContentDecryptionModuleImpl()
/external/chromium_org/content/renderer/media/android/
Dwebmediaplayer_android.h45 class WebContentDecryptionModule; variable
90 blink::WebContentDecryptionModule* initial_cdm,
249 blink::WebContentDecryptionModule* cdm);
251 blink::WebContentDecryptionModule* cdm,
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h62 class WebContentDecryptionModule; variable
110 …iaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*, WebContentDecryptionModule*) { retu… in createMediaPlayer() argument
113 …virtual WebContentDecryptionModule* createContentDecryptionModule(WebLocalFrame*, const WebSecurit… in createContentDecryptionModule()
/external/chromium_org/content/renderer/
Drender_frame_impl.h43 class WebContentDecryptionModule; variable
284 blink::WebContentDecryptionModule* initial_cdm);
285 virtual blink::WebContentDecryptionModule* createContentDecryptionModule(
625 blink::WebContentDecryptionModule* initial_cdm);
/external/chromium_org/mojo/services/html_viewer/
Dhtml_document_view.h69 blink::WebContentDecryptionModule* initial_cdm);

12