Home
last modified time | relevance | path

Searched defs:ThrowException (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_object.cpp66 void CXFA_Object::ThrowException(const FX_WCHAR* str, ...) const { in ThrowException() function in CXFA_Object
/external/ImageMagick/MagickCore/
Dexception.c929 MagickExport MagickBooleanType ThrowException(ExceptionInfo *exception, in ThrowException() function
Dmethods.h1180 #define ThrowException PrependMagickMethod(ThrowException) macro
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp46 static void ThrowException() { throw CInArchiveException(); } in ThrowException() function
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp6414 void CXFA_FM2JSContext::ThrowException(const FX_WCHAR* str, ...) const { in ThrowException() function in CXFA_FM2JSContext
/external/v8/src/
Dapi.cc8046 v8::Local<Value> Isolate::ThrowException(v8::Local<v8::Value> value) { in ThrowException() function in v8::Isolate