Searched defs:ThrowException (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dnpapi_glue.cc236 ThrowException();
264 ThrowException();
279 void PPResultAndExceptionToNPResult::ThrowException() { function in class:content::PPResultAndExceptionToNPResult
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp108 static void ThrowException() { throw CInArchiveException(); } function in namespace:NArchive::N7z
109 static inline void ThrowEndOfData() { ThrowException(); }
110 static inline void ThrowUnsupported() { ThrowException(); }
111 static inline void ThrowIncorrect() { ThrowException(); }
112 static inline void ThrowUnsupportedVersion() { ThrowException(); }
128 static void ThrowException(CInArchiveException::CCauseType c) { throw CInArchiveException(c); }
129 static void ThrowEndOfData() { ThrowException(CInArchiveException::kEndOfData); }
130 static void ThrowUnsupported() { ThrowException(CInArchiveException::kUnsupported); }
131 static void ThrowIncorrect() { ThrowException(CInArchiveException::kIncorrect); }
132 static void ThrowUnsupportedVersion() { ThrowException(CInArchiveExceptio
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp192 static void ThrowException(const char *errorMessage) function
199 ThrowException(kUserErrorMessage);
337 ThrowException("Can not open mapping");
340 ThrowException("MapViewOfFile error");
345 ThrowException("Incorrect mapping data");
360 ThrowException("data error");
663 ThrowException("Incorrect volume size");
892 ThrowException("Cannot use absolute pathnames for this command");
/external/chromium_org/v8/src/
H A Dapi.cc475 v8::Handle<Value> ThrowException(v8::Handle<v8::Value> value) { function in namespace:v8
476 return v8::Isolate::GetCurrent()->ThrowException(value);
2034 reinterpret_cast<Isolate*>(isolate_)->ThrowException(exc);
6572 v8::Local<Value> Isolate::ThrowException(v8::Local<v8::Value> value) { function in class:v8::Isolate
/external/v8/src/
H A Dapi.cc485 v8::Handle<Value> ThrowException(v8::Handle<v8::Value> value) { function in namespace:v8
487 if (IsDeadCheck(isolate, "v8::ThrowException()")) {
1665 v8::ThrowException(exc);

Completed in 287 milliseconds