HomeSort by relevance Sort by last modified time
    Searched refs:completeWithDOMException (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
SimpleContentDecryptionModuleResult.cpp 62 completeWithDOMException(InvalidStateError, "Unexpected completion.");
67 completeWithDOMException(WebCdmExceptionToExceptionCode(exceptionCode), errorMessage);
75 void SimpleContentDecryptionModuleResult::completeWithDOMException(ExceptionCode code, const String& errorMessage)
SimpleContentDecryptionModuleResult.h 41 void completeWithDOMException(ExceptionCode, const String& errorMessage);
MediaKeySession.cpp 167 completeWithDOMException(InvalidStateError, "Unexpected completion.");
174 completeWithDOMException(InvalidStateError, "Unexpected completion.");
184 completeWithDOMException(WebCdmExceptionToExceptionCode(exceptionCode), errorMessage);
198 void completeWithDOMException(ExceptionCode code, const String& errorMessage)

Completed in 107 milliseconds