Searched refs:MediaKeysController (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeysController.cpp6 #include "modules/encryptedmedia/MediaKeysController.h"
13 const char* MediaKeysController::supplementName()
15 return "MediaKeysController";
18 MediaKeysController::MediaKeysController(MediaKeysClient* client) function in class:blink::MediaKeysController
23 PassOwnPtr<WebContentDecryptionModule> MediaKeysController::createContentDecryptionModule(ExecutionContext* context, const String& keySystem)
29 void MediaKeysController::provideMediaKeysTo(Page& page, MediaKeysClient* client)
31 MediaKeysController::provideTo(page, supplementName(), adoptPtrWillBeNoop(new MediaKeysController(client)));
H A DMediaKeysController.h17 class MediaKeysController FINAL : public NoBaseWillBeGarbageCollected<MediaKeysController>, public WillBeHeapSupplement<Page> {
18 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaKeysController);
23 static MediaKeysController* from(Page* page) { return static_cast<MediaKeysController*>(WillBeHeapSupplement<Page>::from(page, supplementName())); }
28 explicit MediaKeysController(MediaKeysClient*);
H A DMediaKeys.cpp37 #include "modules/encryptedmedia/MediaKeysController.h"
123 MediaKeysController* controller = MediaKeysController::from(document->page());
/external/chromium_org/third_party/WebKit/Source/modules/
H A Dmodules.target.darwin-arm.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.darwin-arm64.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.darwin-mips.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.darwin-mips64.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.darwin-x86.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.darwin-x86_64.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.linux-arm.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.linux-arm64.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.linux-mips.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.linux-mips64.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.linux-x86.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
H A Dmodules.target.linux-x86_64.mk171 third_party/WebKit/Source/modules/encryptedmedia/MediaKeysController.cpp \
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp89 #include "modules/encryptedmedia/MediaKeysController.h"
435 MediaKeysController::provideMediaKeysTo(*m_page, &m_mediaKeysClientImpl);

Completed in 1483 milliseconds