HomeSort by relevance Sort by last modified time
    Searched refs:createContentDecryptionModule (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeysClient.h 19 virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) = 0;
MediaKeysController.cpp 23 PassOwnPtr<WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem)
25 return m_client->createContentDecryptionModule(context, keySystem);
MediaKeysController.h 20 PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem);
MediaKeys.cpp 124 // FIXME: make createContentDecryptionModule() asynchronous.
125 OwnPtr<WebContentDecryptionModule> cdm = controller->createContentDecryptionModule(executionContext(), m_keySystem);
  /external/chromium_org/third_party/WebKit/Source/web/
MediaKeysClientImpl.cpp 20 PassOwnPtr<WebContentDecryptionModule> MediaKeysClientImpl::createContentDecryptionModule(ExecutionContext* executionContext, const String& keySystem)
25 return adoptPtr(webFrame->client()->createContentDecryptionModule(webFrame, securityOrigin, keySystem));
MediaKeysClientImpl.h 21 virtual PassOwnPtr<WebContentDecryptionModule> createContentDecryptionModule(ExecutionContext*, const String& keySystem) OVERRIDE;
  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 113 virtual WebContentDecryptionModule* createContentDecryptionModule(WebLocalFrame*, const WebSecurityOrigin&, const WebString& keySystem) { return 0; }
  /external/chromium_org/content/renderer/
render_frame_impl.h 285 virtual blink::WebContentDecryptionModule* createContentDecryptionModule(
    [all...]
render_frame_impl.cc     [all...]

Completed in 184 milliseconds