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

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeysController.cpp 23 PassOwnPtr<WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem)
25 return m_client->createContentDecryptionModule(context, 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));
  /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.cc     [all...]

Completed in 306 milliseconds