Searched defs:ErrorContext (Results 1 - 5 of 5) sorted by last modified time

/external/skia/tests/
H A DErrorTest.cpp16 } ErrorContext; typedef in typeref:struct:__anon30786
26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context);
34 ErrorContext context;
H A DPictureTest.cpp1230 struct ErrorContext { struct
1236 ErrorContext* errorContext = static_cast<ErrorContext*>(context);
1269 ErrorContext context;
/external/chromium_org/third_party/skia/tests/
H A DErrorTest.cpp16 } ErrorContext; typedef in typeref:struct:__anon15379
26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context);
37 ErrorContext context;
H A DPictureTest.cpp1463 struct ErrorContext { struct
1469 ErrorContext* errorContext = static_cast<ErrorContext*>(context);
1502 ErrorContext context;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp205 // ErrorContext holds a stack of string literals which describe what was
209 class ErrorContext { class in namespace:blink::__anon11182
246 ErrorContext stack(*this);
253 ErrorContext stack(*this);
270 bool getOptionalCryptoOperationData(const Dictionary& raw, const char* propertyName, bool& hasProperty, RefPtr<ArrayBufferView>& buffer, const ErrorContext& context, AlgorithmError* error)
292 bool getCryptoOperationData(const Dictionary& raw, const char* propertyName, RefPtr<ArrayBufferView>& buffer, const ErrorContext& context, AlgorithmError* error)
303 bool getUint8Array(const Dictionary& raw, const char* propertyName, RefPtr<Uint8Array>& array, const ErrorContext& context, AlgorithmError* error)
315 bool getBigInteger(const Dictionary& raw, const char* propertyName, RefPtr<Uint8Array>& array, const ErrorContext& context, AlgorithmError* error)
333 bool getOptionalInteger(const Dictionary& raw, const char* propertyName, bool& hasProperty, double& value, double minValue, double maxValue, const ErrorContext& context, AlgorithmError* error)
357 bool getInteger(const Dictionary& raw, const char* propertyName, double& value, double minValue, double maxValue, const ErrorContext
[all...]

Completed in 590 milliseconds