Searched defs:createContentDecryptionModule (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DMediaKeysClientImpl.cpp22 PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(WebCore::ExecutionContext* executionContext, const String& keySystem) function in class:blink::MediaKeysClientImpl
27 return adoptPtr(webFrame->client()->createContentDecryptionModule(webFrame, securityOrigin, keySystem));
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeysController.cpp23 PassOwnPtr<blink::WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem) function in class:WebCore::MediaKeysController
25 return m_client->createContentDecryptionModule(context, keySystem);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h107 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.cc1390 RenderFrameImpl::createContentDecryptionModule( function in class:content::RenderFrameImpl

Completed in 132 milliseconds