OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebContentDecryptionModuleException
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModuleException.h
10
enum
WebContentDecryptionModuleException
{
WebContentDecryptionModuleResult.h
9
#include "
WebContentDecryptionModuleException
.h"
55
BLINK_PLATFORM_EXPORT void completeWithError(
WebContentDecryptionModuleException
, unsigned long systemCode, const WebString& message);
WebContentDecryptionModuleSession.h
35
#include "public/platform/
WebContentDecryptionModuleException
.h"
57
virtual void error(
WebContentDecryptionModuleException
, unsigned long systemCode, const WebString& message) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
SimpleContentDecryptionModuleResult.h
19
ExceptionCode WebCdmExceptionToExceptionCode(
WebContentDecryptionModuleException
);
34
virtual void completeWithError(
WebContentDecryptionModuleException
, unsigned long systemCode, const WebString&) OVERRIDE;
SimpleContentDecryptionModuleResult.cpp
19
ExceptionCode WebCdmExceptionToExceptionCode(
WebContentDecryptionModuleException
cdmException)
65
void SimpleContentDecryptionModuleResult::completeWithError(
WebContentDecryptionModuleException
exceptionCode, unsigned long systemCode, const WebString& errorMessage)
MediaKeySession.h
110
virtual void error(
WebContentDecryptionModuleException
, unsigned long systemCode, const WebString& errorMessage) OVERRIDE;
MediaKeySession.cpp
46
#include "public/platform/
WebContentDecryptionModuleException
.h"
182
virtual void completeWithError(
WebContentDecryptionModuleException
exceptionCode, unsigned long systemCode, const WebString& errorMessage) OVERRIDE
587
void MediaKeySession::error(
WebContentDecryptionModuleException
exception, unsigned long systemCode, const WebString& errorMessage)
HTMLMediaElementEncryptedMedia.cpp
97
virtual void completeWithError(blink::
WebContentDecryptionModuleException
code, unsigned long systemCode, const blink::WebString& message) OVERRIDE
/external/chromium_org/third_party/WebKit/Source/platform/
ContentDecryptionModuleResult.h
9
#include "public/platform/
WebContentDecryptionModuleException
.h"
23
virtual void completeWithError(
WebContentDecryptionModuleException
, unsigned long systemCode, const WebString&) = 0;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebContentDecryptionModuleResult.cpp
24
void WebContentDecryptionModuleResult::completeWithError(
WebContentDecryptionModuleException
exception, unsigned long systemCode, const WebString& errorMessage)
/external/chromium_org/content/renderer/media/
cdm_result_promise.cc
13
static blink::
WebContentDecryptionModuleException
ConvertException(
Completed in 75 milliseconds