Home
last modified time | relevance | path

Searched refs:createContentDecryptionModule (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DMediaKeysClientImpl.cpp22 PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(WebCore::… in createContentDecryptionModule() function in blink::MediaKeysClientImpl
27 …return adoptPtr(webFrame->client()->createContentDecryptionModule(webFrame, securityOrigin, keySys… in createContentDecryptionModule()
DMediaKeysClientImpl.h21 …virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(WebCore::ExecutionCon…
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeysController.cpp23 PassOwnPtr<blink::WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(Ex… in createContentDecryptionModule() function in WebCore::MediaKeysController
25 return m_client->createContentDecryptionModule(context, keySystem); in createContentDecryptionModule()
DMediaKeysClient.h22 …virtual PassOwnPtr<blink::WebContentDecryptionModule> createContentDecryptionModule(ExecutionConte…
DMediaKeysController.h23 …PassOwnPtr<blink::WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, con…
DMediaKeys.cpp77 …OwnPtr<blink::WebContentDecryptionModule> cdm = controller->createContentDecryptionModule(context,… in create()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h107 …virtual WebContentDecryptionModule* createContentDecryptionModule(WebLocalFrame*, const WebSecurit… in createContentDecryptionModule() function
/external/chromium_org/content/renderer/
Drender_frame_impl.h233 virtual blink::WebContentDecryptionModule* createContentDecryptionModule(
Drender_frame_impl.cc1390 RenderFrameImpl::createContentDecryptionModule( in createContentDecryptionModule() function in content::RenderFrameImpl