OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebContentDecryptionModuleException
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModuleException.h
10
enum
WebContentDecryptionModuleException
{
WebContentDecryptionModuleResult.h
9
#include "
WebContentDecryptionModuleException
.h"
58
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/platform/
ContentDecryptionModuleResult.h
9
#include "public/platform/
WebContentDecryptionModuleException
.h"
25
virtual void completeWithError(blink::
WebContentDecryptionModuleException
, unsigned long systemCode, const blink::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/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h
123
virtual void error(blink::
WebContentDecryptionModuleException
, unsigned long systemCode, const blink::WebString& errorMessage) OVERRIDE;
MediaKeySession.cpp
246
void MediaKeySession::error(blink::
WebContentDecryptionModuleException
exception, unsigned long systemCode, const blink::WebString& errorMessage)
Completed in 1173 milliseconds