Searched defs:SimpleContentDecryptionModuleResult (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DSimpleContentDecryptionModuleResult.h26 class SimpleContentDecryptionModuleResult : public ContentDecryptionModuleResult { class in namespace:blink
28 explicit SimpleContentDecryptionModuleResult(ScriptState*);
29 virtual ~SimpleContentDecryptionModuleResult();
H A DSimpleContentDecryptionModuleResult.cpp6 #include "modules/encryptedmedia/SimpleContentDecryptionModuleResult.h"
44 SimpleContentDecryptionModuleResult::SimpleContentDecryptionModuleResult(ScriptState* scriptState) function in class:blink::SimpleContentDecryptionModuleResult
49 SimpleContentDecryptionModuleResult::~SimpleContentDecryptionModuleResult()
53 void SimpleContentDecryptionModuleResult::complete()
59 void SimpleContentDecryptionModuleResult::completeWithSession(WebContentDecryptionModuleResult::SessionStatus status)
65 void SimpleContentDecryptionModuleResult::completeWithError(WebContentDecryptionModuleException exceptionCode, unsigned long systemCode, const WebString& errorMessage)
70 ScriptPromise SimpleContentDecryptionModuleResult::promise()
75 void SimpleContentDecryptionModuleResult
[all...]

Completed in 95 milliseconds