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

  /external/chromium_org/third_party/skia/tests/
ErrorTest.cpp 16 } ErrorContext;
26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context);
37 ErrorContext context;
PictureTest.cpp     [all...]
  /external/skia/tests/
ErrorTest.cpp 16 } ErrorContext;
26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context);
34 ErrorContext context;
PictureTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 205 // ErrorContext holds a stack of string literals which describe what was
209 class ErrorContext {
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& context, AlgorithmError* error
    [all...]

Completed in 798 milliseconds