Searched defs:completeWithError (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebContentDecryptionModuleResult.cpp24 void WebContentDecryptionModuleResult::completeWithError(WebContentDecryptionModuleException exception, unsigned long systemCode, const WebString& errorMessage) function in class:blink::WebContentDecryptionModuleResult
26 m_impl->completeWithError(exception, systemCode, errorMessage);
H A DWebCryptoResult.cpp41 void WebCryptoResult::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails) function in class:blink::WebCryptoResult
43 m_impl->completeWithError(errorType, errorDetails);
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DSimpleContentDecryptionModuleResult.cpp65 void SimpleContentDecryptionModuleResult::completeWithError(WebContentDecryptionModuleException exceptionCode, unsigned long systemCode, const WebString& errorMessage) function in class:blink::SimpleContentDecryptionModuleResult
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.cpp111 void CryptoResultImpl::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails) function in class:blink::CryptoResultImpl

Completed in 120 milliseconds