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

/external/chromium_org/third_party/WebKit/Source/web/
H A DMediaKeysClientImpl.cpp20 PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(ExecutionContext* executionContext, const String& keySystem) function in class:blink::MediaKeysClientImpl
25 return adoptPtr(webFrame->client()->createContentDecryptionModule(webFrame, securityOrigin, keySystem));
H A DMediaKeysClientImpl.h21 virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeysController.cpp23 PassOwnPtr<WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem) function in class:blink::MediaKeysController
25 return m_client->createContentDecryptionModule(context, keySystem);
H A DMediaKeysClient.h19 virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
H A DMediaKeysController.h20 PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem);
H A DMediaKeys.cpp124 // FIXME: make createContentDecryptionModule() asynchronous.
125 OwnPtr<WebContentDecryptionModule> cdm = controller->createContentDecryptionModule(executionContext(), m_keySystem);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h113 virtual WebContentDecryptionModule* createContentDecryptionModule(WebLocalFrame*, const WebSecurityOrigin&, const WebString& keySystem) { return 0; } function in class:blink::WebFrameClient
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h285 virtual blink::WebContentDecryptionModule* createContentDecryptionModule(
H A Drender_frame_impl.cc1641 RenderFrameImpl::createContentDecryptionModule( function in class:content::RenderFrameImpl

Completed in 139 milliseconds