Searched refs:errorDetails (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebCryptoNormalize.cpp43 WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object> algorithmObject, WebCryptoOperation operation, int* exceptionCode, WebString* errorDetails, v8::Isolate* isolate) argument
52 *errorDetails = error.errorDetails;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.h46 WebString errorDetails; member in struct:blink::AlgorithmError
H A DCryptoResultImpl.cpp111 void CryptoResultImpl::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails) argument
114 m_resolver->reject(DOMException::create(webCryptoErrorToExceptionCode(errorType), errorDetails));
H A DNormalizeAlgorithm.cpp190 error->errorDetails = message;
196 error->errorDetails = message;
202 error->errorDetails = message;
H A DSubtleCrypto.cpp74 result->completeWithError(error.errorType, error.errorDetails);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebCryptoNormalize.h57 BLINK_EXPORT WebCryptoAlgorithm normalizeCryptoAlgorithm(v8::Handle<v8::Object>, WebCryptoOperation, int* exceptionCode, WebString* errorDetails, v8::Isolate*);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoResult.cpp41 void WebCryptoResult::completeWithError(WebCryptoErrorType errorType, const WebString& errorDetails) argument
43 m_impl->completeWithError(errorType, errorDetails);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditor.cpp332 String errorDetails; local
338 ReflectedXSSDisposition xssProtectionHeader = parseXSSProtectionHeader(headerValue, errorDetails, errorPosition, reportURL);
343 errorDetails = "insecure reporting URL for secure page";
349 document->addConsoleMessage(ConsoleMessage::create(SecurityMessageSource, ErrorMessageLevel, "Error parsing header X-XSS-Protection: " + headerValue + ": " + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied."));
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 788 milliseconds