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

  /external/chromium_org/content/renderer/pepper/
npapi_glue.cc 234 ThrowException();
262 ThrowException();
277 void PPResultAndExceptionToNPResult::ThrowException() {
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 108 static void ThrowException() { throw CInArchiveException(); }
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(CInArchiveException::kUnsupportedVersion); }
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 192 static void ThrowException(const char *errorMessage)
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/
api.cc     [all...]

Completed in 152 milliseconds